Skip to content

Commit

Permalink
- Spring Boot 2.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
alegauss committed Nov 18, 2019
1 parent 2d426d1 commit 65b2916
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
9 changes: 7 additions & 2 deletions .classpath
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,17 @@
</classpathentry>
<classpathentry kind="src" output="bin/test" path="src/test/java">
<attributes>
<attribute name="test" value="true"/>
<attribute name="gradle_scope" value="test"/>
<attribute name="gradle_used_by_scope" value="test"/>
<attribute name="test" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="src" output="bin/main" path="src/main/resources">
<attributes>
<attribute name="gradle_scope" value="main"/>
<attribute name="gradle_used_by_scope" value="main,test"/>
</attributes>
</classpathentry>
<classpathentry excluding="ui/" kind="src" path="src/main/resources"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8/"/>
<classpathentry kind="con" path="org.eclipse.buildship.core.gradleclasspathcontainer"/>
<classpathentry kind="output" path="bin/default"/>
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
buildscript {
ext { springBootVersion = '2.1.8.RELEASE'
ext { springBootVersion = '2.1.9.RELEASE'
hibernateVersion = '5.11.0.Final'
httpClientVersion = '4.5.6'
swaggerVersion = '2.9.2'
Expand Down Expand Up @@ -112,7 +112,7 @@ dependencies {


// Spring
compile group: 'org.springframework', name: 'spring-test', version: '5.1.9.RELEASE'
compile group: 'org.springframework', name: 'spring-test', version: '5.1.10.RELEASE'

// Jackson
compile group: 'com.fasterxml.jackson.datatype', name: 'jackson-datatype-hibernate5', version: '2.9.8'
Expand Down

0 comments on commit 65b2916

Please sign in to comment.