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
2 changes: 1 addition & 1 deletion apps/sparkjava/01-hello-world/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ mainClassName = 'sparkles.SparklesApp'

dependencies {
// 3rd party
implementation 'com.sparkjava:spark-core:2.9.1'
implementation 'com.sparkjava:spark-core:2.9.4'
implementation 'org.slf4j:slf4j-api:1.7.29'
implementation 'org.slf4j:slf4j-simple:1.7.29'
// testing
Expand Down
2 changes: 1 addition & 1 deletion apps/sparkjava/02-hello-moshi/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ mainClassName = 'sparkles.SparklesApp'

dependencies {
// 3rd party
implementation 'com.sparkjava:spark-core:2.9.1'
implementation 'com.sparkjava:spark-core:2.9.4'
implementation 'org.slf4j:slf4j-api:1.7.29'
implementation 'org.slf4j:slf4j-simple:1.7.29'
implementation 'com.squareup.moshi:moshi:1.9.2'
Expand Down
2 changes: 1 addition & 1 deletion apps/sparkjava/03-hello-jwt/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ mainClassName = 'sparkles.SparklesApp'
dependencies {
// 3rd party
implementation 'com.google.guava:guava:27.0.1-jre'
implementation 'com.sparkjava:spark-core:2.9.1'
implementation 'com.sparkjava:spark-core:2.9.4'
implementation 'org.slf4j:slf4j-api:1.7.29'
implementation 'org.slf4j:slf4j-simple:1.7.29'
implementation 'com.squareup.moshi:moshi:1.9.2'
Expand Down
2 changes: 1 addition & 1 deletion apps/sparkjava/04-environment-and-logging/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ run.doFirst {
dependencies {
// 3rd party
implementation 'com.google.guava:guava:27.0.1-jre'
implementation 'com.sparkjava:spark-core:2.9.1'
implementation 'com.sparkjava:spark-core:2.9.4'
implementation 'org.slf4j:slf4j-api:1.7.29'
implementation 'org.slf4j:slf4j-simple:1.7.29'
implementation 'com.sparkjava:spark-debug-tools:0.5'
Expand Down
2 changes: 1 addition & 1 deletion apps/sparkjava/05-spring-data-standalone/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ dependencies {

// 3rd party
implementation 'com.google.guava:guava:27.0.1-jre'
implementation 'com.sparkjava:spark-core:2.9.1'
implementation 'com.sparkjava:spark-core:2.9.4'
implementation 'com.squareup.moshi:moshi:1.9.2'
implementation 'io.jsonwebtoken:jjwt:0.9.1'
implementation 'org.hsqldb:hsqldb:2.5.0'
Expand Down
2 changes: 1 addition & 1 deletion support/spark/jackson/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dependencies {
implementation 'com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.10.1'
implementation 'com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.10.1'
implementation 'com.fasterxml.jackson.module:jackson-module-parameter-names:2.10.1'
implementation 'com.sparkjava:spark-core:2.9.1'
implementation 'com.sparkjava:spark-core:2.9.4'

testImplementation 'junit:junit:4.+'
testImplementation 'org.assertj:assertj-core:3.14.0'
Expand Down
2 changes: 1 addition & 1 deletion support/spark/jwt/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
}

dependencies {
implementation 'com.sparkjava:spark-core:2.9.1'
implementation 'com.sparkjava:spark-core:2.9.4'
implementation 'io.jsonwebtoken:jjwt:0.9.1'

testImplementation group: 'junit', name: 'junit', version: '4.+'
Expand Down
2 changes: 1 addition & 1 deletion support/spark/moshi/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
}

dependencies {
implementation 'com.sparkjava:spark-core:2.9.1'
implementation 'com.sparkjava:spark-core:2.9.4'
implementation 'com.squareup.moshi:moshi:1.9.2'

testImplementation group: 'junit', name: 'junit', version: '4.+'
Expand Down
2 changes: 1 addition & 1 deletion support/spark/spring-data/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apply plugin: 'java-library'

dependencies {
implementation 'com.sparkjava:spark-core:2.9.1'
implementation 'com.sparkjava:spark-core:2.9.4'
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
2 changes: 1 addition & 1 deletion support/spark/testing/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
}

dependencies {
implementation 'com.sparkjava:spark-core:2.9.1'
implementation 'com.sparkjava:spark-core:2.9.4'
implementation 'com.squareup.okhttp3:okhttp:3.+'
implementation 'junit:junit:4.+'
implementation 'org.assertj:assertj-core:3.14.0'
Expand Down
2 changes: 1 addition & 1 deletion support/spark/xsrf/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
}

dependencies {
implementation 'com.sparkjava:spark-core:2.9.1'
implementation 'com.sparkjava:spark-core:2.9.4'
implementation 'io.jsonwebtoken:jjwt:0.9.1'

testImplementation 'junit:junit:4.+'
Expand Down