File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed
src/main/resources/config Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ buildscript {
1111
1212plugins {
1313 id " java"
14- id " org.springframework.boot" version " 3.3.0 "
14+ id " org.springframework.boot" version " 3.3.1 "
1515 id " idea"
1616 id " com.adarshr.test-logger" version " 4.0.0"
1717}
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =wrapper/dists
3- distributionUrl =https\://services.gradle.org/distributions/gradle-8.4 -bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.7 -bin.zip
44networkTimeout =10000
55validateDistributionUrl =true
66zipStoreBase =GRADLE_USER_HOME
Original file line number Diff line number Diff line change @@ -123,7 +123,6 @@ spring:
123123 properties :
124124 hibernate :
125125 current_session_context_class : org.springframework.orm.hibernate5.SpringSessionContext
126- dialect : org.hibernate.dialect.MariaDBDialect
127126 jackson :
128127 serialization :
129128 WRITE_DATES_AS_TIMESTAMPS : false
You can’t perform that action at this time.
0 commit comments