Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions apps/javalin/entity/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ dependencies {
implementation 'org.hibernate.javax.persistence:hibernate-jpa-2.1-api:1.0.2.Final'
implementation 'org.hibernate:hibernate-core:5.4.10.Final'
implementation 'org.hsqldb:hsqldb:2.5.0'
implementation 'org.slf4j:slf4j-api:1.7.29'
implementation 'org.slf4j:slf4j-simple:1.7.29'
implementation 'org.slf4j:slf4j-api:1.7.36'
implementation 'org.slf4j:slf4j-simple:1.7.36'
implementation 'org.springframework.data:spring-data-commons:2.2.3.RELEASE'
implementation 'org.springframework.data:spring-data-jpa:2.2.3.RELEASE'

Expand Down
2 changes: 1 addition & 1 deletion apps/javalin/replica/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ dependencies {
implementation 'org.xerial:sqlite-jdbc:3.28.0'
implementation 'com.github.gwenn:sqlite-dialect:0.1.0'
implementation 'org.springframework:spring-jdbc:5.2.2.RELEASE'
implementation 'org.slf4j:slf4j-simple:1.7.29'
implementation 'org.slf4j:slf4j-simple:1.7.36'
}

processResources {
Expand Down
4 changes: 2 additions & 2 deletions apps/javalin/replication/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ dependencies {
implementation 'org.hibernate.javax.persistence:hibernate-jpa-2.1-api:1.0.2.Final'
implementation 'org.springframework.data:spring-data-commons:2.2.3.RELEASE'
implementation 'org.springframework.data:spring-data-jpa:2.2.3.RELEASE'
implementation 'org.slf4j:slf4j-api:1.7.29'
implementation 'org.slf4j:slf4j-simple:1.7.29'
implementation 'org.slf4j:slf4j-api:1.7.36'
implementation 'org.slf4j:slf4j-simple:1.7.36'
implementation 'com.squareup.okhttp3:okhttp:3.+'
implementation 'com.squareup.okhttp3:logging-interceptor:3.+'
implementation 'com.squareup.retrofit2:retrofit:2.7.0'
Expand Down
4 changes: 2 additions & 2 deletions apps/sparkjava/01-hello-world/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ mainClassName = 'sparkles.SparklesApp'
dependencies {
// 3rd party
implementation 'com.sparkjava:spark-core:2.9.1'
implementation 'org.slf4j:slf4j-api:1.7.29'
implementation 'org.slf4j:slf4j-simple:1.7.29'
implementation 'org.slf4j:slf4j-api:1.7.36'
implementation 'org.slf4j:slf4j-simple:1.7.36'
// testing
testImplementation 'junit:junit:4.+'
}
4 changes: 2 additions & 2 deletions apps/sparkjava/02-hello-moshi/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ mainClassName = 'sparkles.SparklesApp'
dependencies {
// 3rd party
implementation 'com.sparkjava:spark-core:2.9.1'
implementation 'org.slf4j:slf4j-api:1.7.29'
implementation 'org.slf4j:slf4j-simple:1.7.29'
implementation 'org.slf4j:slf4j-api:1.7.36'
implementation 'org.slf4j:slf4j-simple:1.7.36'
implementation 'com.squareup.moshi:moshi:1.9.2'

// project
Expand Down
4 changes: 2 additions & 2 deletions apps/sparkjava/03-hello-jwt/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ dependencies {
// 3rd party
implementation 'com.google.guava:guava:27.0.1-jre'
implementation 'com.sparkjava:spark-core:2.9.1'
implementation 'org.slf4j:slf4j-api:1.7.29'
implementation 'org.slf4j:slf4j-simple:1.7.29'
implementation 'org.slf4j:slf4j-api:1.7.36'
implementation 'org.slf4j:slf4j-simple:1.7.36'
implementation 'com.squareup.moshi:moshi:1.9.2'

// project
Expand Down
4 changes: 2 additions & 2 deletions apps/sparkjava/04-environment-and-logging/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ dependencies {
// 3rd party
implementation 'com.google.guava:guava:27.0.1-jre'
implementation 'com.sparkjava:spark-core:2.9.1'
implementation 'org.slf4j:slf4j-api:1.7.29'
implementation 'org.slf4j:slf4j-simple:1.7.29'
implementation 'org.slf4j:slf4j-api:1.7.36'
implementation 'org.slf4j:slf4j-simple:1.7.36'
implementation 'com.sparkjava:spark-debug-tools:0.5'
implementation 'com.squareup.moshi:moshi:1.9.2'

Expand Down
4 changes: 2 additions & 2 deletions apps/sparkjava/05-spring-data-standalone/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ dependencies {
implementation 'com.squareup.moshi:moshi:1.9.2'
implementation 'io.jsonwebtoken:jjwt:0.9.1'
implementation 'org.hsqldb:hsqldb:2.5.0'
implementation 'org.slf4j:slf4j-api:1.7.29'
implementation 'org.slf4j:slf4j-simple:1.7.29'
implementation 'org.slf4j:slf4j-api:1.7.36'
implementation 'org.slf4j:slf4j-simple:1.7.36'
implementation 'org.hibernate.javax.persistence:hibernate-jpa-2.1-api:1.0.2.Final'
implementation 'org.hibernate:hibernate-core:5.4.10.Final'
implementation 'org.hibernate:hibernate-entitymanager:5.4.10.Final'
Expand Down
4 changes: 2 additions & 2 deletions libs/hydor/backends/pegelonline/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ dependencies {
implementation 'com.squareup.okhttp3:logging-interceptor:3.+'
implementation 'com.squareup.retrofit2:retrofit:2.7.0'
implementation 'com.squareup.retrofit2:converter-jackson:2.7.0'
implementation 'org.slf4j:slf4j-api:1.7.29'
implementation 'org.slf4j:slf4j-simple:1.7.29'
implementation 'org.slf4j:slf4j-api:1.7.36'
implementation 'org.slf4j:slf4j-simple:1.7.36'

testImplementation 'io.fabric8:mockwebserver:0.1.7'
testImplementation 'junit:junit:4.+'
Expand Down
4 changes: 2 additions & 2 deletions libs/paypal/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ dependencies {
//implementation 'com.squareup.okio:okio:2.4.2'
implementation 'com.squareup.retrofit2:retrofit:2.7.0'
implementation 'com.squareup.retrofit2:converter-moshi:2.7.0'
implementation 'org.slf4j:slf4j-api:1.7.29'
implementation 'org.slf4j:slf4j-simple:1.7.29'
implementation 'org.slf4j:slf4j-api:1.7.36'
implementation 'org.slf4j:slf4j-simple:1.7.36'
implementation project(':support:ok:okhttp')

testImplementation 'io.fabric8:mockwebserver:0.1.7'
Expand Down
2 changes: 1 addition & 1 deletion support/features/relation/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ archivesBaseName = "${group}-${name}"
dependencies {
implementation project(':support:common:util')
implementation project(':support:common:jpa')
implementation 'org.slf4j:slf4j-api:1.7.29'
implementation 'org.slf4j:slf4j-api:1.7.36'
implementation 'org.hibernate:hibernate-core:5.4.10.Final'
implementation 'org.hibernate:hibernate-entitymanager:5.4.10.Final'
implementation 'org.springframework.data:spring-data-commons:2.2.3.RELEASE'
Expand Down
4 changes: 2 additions & 2 deletions support/features/replication/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@ dependencies {
implementation 'com.squareup.moshi:moshi:1.9.2'
implementation 'com.squareup.retrofit2:retrofit:2.7.0'
implementation 'com.squareup.retrofit2:converter-moshi:2.7.0'
implementation 'org.slf4j:slf4j-api:1.7.29'
implementation 'org.slf4j:slf4j-api:1.7.36'

processor 'org.projectlombok:lombok:1.18.10'

testImplementation 'io.fabric8:mockwebserver:0.1.7'
testImplementation 'junit:junit:4.+'
testImplementation 'org.assertj:assertj-core:3.14.0'
testImplementation 'org.slf4j:slf4j-simple:1.7.29'
testImplementation 'org.slf4j:slf4j-simple:1.7.36'
}

testlogger {
Expand Down
4 changes: 2 additions & 2 deletions support/javalin/api/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ dependencies {
api project(':support:javalin:persistence:flyway')
api project(':support:javalin:persistence:springdata')
api 'io.javalin:javalin:3.+'
api 'org.slf4j:slf4j-api:1.7.29'
implementation 'org.slf4j:slf4j-simple:1.7.29'
api 'org.slf4j:slf4j-api:1.7.36'
implementation 'org.slf4j:slf4j-simple:1.7.36'
implementation 'org.xerial:sqlite-jdbc:3.28.0'
implementation 'com.github.gwenn:sqlite-dialect:0.1.0'
implementation 'org.springframework:spring-jdbc:5.2.2.RELEASE'
Expand Down
2 changes: 1 addition & 1 deletion support/javalin/persistence/flyway/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ archivesBaseName = "${group}-persistence-${name}"
dependencies {
implementation 'io.javalin:javalin:3.+'
implementation 'org.flywaydb:flyway-core:6.1.1'
implementation 'org.slf4j:slf4j-api:1.7.29'
implementation 'org.slf4j:slf4j-api:1.7.36'

// apt
processor 'org.projectlombok:lombok:1.18.10'
Expand Down
2 changes: 1 addition & 1 deletion support/javalin/persistence/springdata/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ dependencies {
api 'org.springframework.data:spring-data-commons:2.2.3.RELEASE'
api 'org.springframework.data:spring-data-jpa:2.2.3.RELEASE'
api 'org.hibernate.javax.persistence:hibernate-jpa-2.1-api:1.0.2.Final'
api 'org.slf4j:slf4j-api:1.7.29'
api 'org.slf4j:slf4j-api:1.7.36'
api 'org.springframework.data:spring-data-commons:2.1.10.RELEASE'
api 'org.springframework.data:spring-data-jpa:2.1.10.RELEASE'

Expand Down
2 changes: 1 addition & 1 deletion support/javalin/testing/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ dependencies {
api 'javax.json:javax.json-api:1.1.4'
api 'junit:junit:4.+'
api 'org.assertj:assertj-core:3.14.0'
api 'org.slf4j:slf4j-simple:1.7.29'
api 'org.slf4j:slf4j-simple:1.7.36'

implementation 'org.glassfish:javax.json:1.1.4'

Expand Down
4 changes: 2 additions & 2 deletions support/ok/okhttp/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ dependencies {

api 'com.squareup.okhttp3:okhttp:3.+'
api 'com.squareup.okhttp3:logging-interceptor:3.+'
api 'org.slf4j:slf4j-api:1.7.29'
api 'org.slf4j:slf4j-api:1.7.36'

testImplementation 'io.fabric8:mockwebserver:0.1.7'
testImplementation 'junit:junit:4.+'
testImplementation 'org.assertj:assertj-core:3.14.0'
testImplementation 'org.slf4j:slf4j-simple:1.7.29'
testImplementation 'org.slf4j:slf4j-simple:1.7.36'
}

testlogger {
Expand Down
2 changes: 1 addition & 1 deletion support/spark/spring-data/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ dependencies {
implementation 'org.hibernate.javax.persistence:hibernate-jpa-2.1-api:1.0.2.Final'
implementation 'org.hibernate:hibernate-core:5.4.10.Final'
implementation 'org.hibernate:hibernate-entitymanager:5.4.10.Final'
implementation 'org.slf4j:slf4j-api:1.7.29'
implementation 'org.slf4j:slf4j-api:1.7.36'
implementation 'org.springframework.data:spring-data-commons:2.2.3.RELEASE'
implementation 'org.springframework.data:spring-data-jpa:2.2.3.RELEASE'
}