Skip to content

Commit 41905c2

Browse files
authored
Add jenv config (#274)
1 parent 4744e6e commit 41905c2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.java-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
system
1+
1.8

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ repositories {
2828
dependencies {
2929

3030
ext {
31-
jacksonVersion = '2.13.1'
31+
jacksonVersion = '2.13.3'
3232
}
3333

3434
compile 'com.squareup.okhttp3:okhttp:4.9.3'
@@ -42,7 +42,7 @@ dependencies {
4242
compileOnly 'junit:junit:4.13.2'
4343
testCompile 'com.sun.jersey:jersey-client:1.19.4'
4444
testCompile 'com.google.guava:guava:31.0.1-jre'
45-
testCompile 'org.springframework:spring-web:5.3.16'
45+
testCompile 'org.springframework:spring-web:5.3.20'
4646
testCompile 'org.apache.httpcomponents:httpclient:4.5.13'
4747
testCompile 'org.assertj:assertj-core:3.22.0'
4848
testCompile 'net.javacrumbs.json-unit:json-unit:2.32.0'

0 commit comments

Comments
 (0)