Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Zorin95670 committed Nov 22, 2024
1 parent 6280d8f commit fbe50bf
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
plugins {
id 'java'
id 'org.springframework.boot' version '3.3.5'
id 'org.springframework.boot' version '3.4.0'
id 'io.spring.dependency-management' version '1.1.6'
id 'checkstyle'
id 'com.github.ben-manes.versions' version '0.51.0'
id 'org.sonarqube' version '5.1.0.4882'
id 'org.sonarqube' version '6.0.0.5145'
id 'com.adarshr.test-logger' version '4.0.0'
id 'jacoco'
id 'idea'
Expand Down Expand Up @@ -42,12 +42,12 @@ dependencies {
implementation 'org.springframework.boot:spring-boot-starter-validation'
implementation 'org.springframework.boot:spring-boot-starter-security'
implementation 'org.springframework.boot:spring-boot-starter-oauth2-client'
implementation 'org.springframework.session:spring-session-jdbc:3.3.3'
implementation 'org.flywaydb:flyway-core:10.20.1'
implementation 'org.flywaydb:flyway-database-postgresql:10.20.1'
implementation 'org.springframework.session:spring-session-jdbc:3.4.0'
implementation 'org.flywaydb:flyway-core:11.0.0'
implementation 'org.flywaydb:flyway-database-postgresql:11.0.0'
implementation 'commons-lang:commons-lang:2.6'
implementation 'commons-beanutils:commons-beanutils:1.9.4'
implementation 'com.github.erosb:json-sKema:0.18.0'
implementation 'com.github.erosb:json-sKema:0.19.0'
implementation 'com.hubspot.jinjava:jinjava:2.7.3'
implementation 'io.github.zorin95670:spring-query-filter:1.1.3'
compileOnly 'org.projectlombok:lombok'
Expand All @@ -66,7 +66,7 @@ tasks.named('test') {
}

checkstyle {
toolVersion = '10.12.5'
toolVersion = '10.20.1'
configFile = file("${project.rootDir}/checkstyle.xml")
sourceSets = [sourceSets.main]
}
Expand Down

0 comments on commit fbe50bf

Please sign in to comment.