Skip to content

Commit

Permalink
upgrade to spring 3.1.4, dependency-management to 1.1.3, and spring-c…
Browse files Browse the repository at this point in the history
…loud-dependencies to 2022.0.4
  • Loading branch information
BobanL committed Oct 16, 2023
1 parent cf01f7a commit 363b97f
Show file tree
Hide file tree
Showing 2 changed files with 75 additions and 74 deletions.
6 changes: 3 additions & 3 deletions backend/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
plugins {
id 'org.springframework.boot' version '3.1.3'
id 'org.springframework.boot' version '3.1.4'
id 'org.liquibase.gradle' version '2.0.4'
id 'io.spring.dependency-management' version '1.1.0'
id 'io.spring.dependency-management' version '1.1.3'
id 'java'
id 'checkstyle'
id 'jacoco'
Expand All @@ -15,7 +15,7 @@ version = '0.0.1-SNAPSHOT'
sourceCompatibility = '17'

ext {
set('springCloudVersion', "2022.0.3")
set('springCloudVersion', "2022.0.4")
set('oktaVersion', "13.0.2")
set('hibernate.version', '6.3.1.Final') // temporary until update to spring 3.2+
}
Expand Down
143 changes: 72 additions & 71 deletions backend/gradle.lockfile
Original file line number Diff line number Diff line change
Expand Up @@ -71,24 +71,24 @@ commons-beanutils:commons-beanutils:1.9.4=compileClasspath,runtimeClasspath
commons-codec:commons-codec:1.15=compileClasspath,runtimeClasspath
commons-collections:commons-collections:3.2.2=compileClasspath,runtimeClasspath
commons-digester:commons-digester:2.1=compileClasspath,runtimeClasspath
commons-fileupload:commons-fileupload:1.4=compileClasspath,runtimeClasspath
commons-fileupload:commons-fileupload:1.5=compileClasspath,runtimeClasspath
commons-io:commons-io:2.11.0=compileClasspath,runtimeClasspath
commons-logging:commons-logging:1.2=compileClasspath,runtimeClasspath
commons-validator:commons-validator:1.7=compileClasspath,runtimeClasspath
io.github.openfeign.form:feign-form-spring:3.8.0=compileClasspath,runtimeClasspath
io.github.openfeign.form:feign-form:3.8.0=compileClasspath,runtimeClasspath
io.github.openfeign:feign-core:12.3=compileClasspath,runtimeClasspath
io.github.openfeign:feign-slf4j:12.3=compileClasspath,runtimeClasspath
io.github.openfeign:feign-core:12.4=compileClasspath,runtimeClasspath
io.github.openfeign:feign-slf4j:12.4=compileClasspath,runtimeClasspath
io.hypersistence:hypersistence-tsid:2.1.1=compileClasspath,runtimeClasspath
io.hypersistence:hypersistence-utils-hibernate-60:3.5.2=compileClasspath,runtimeClasspath
io.jsonwebtoken:jjwt-api:0.11.2=compileClasspath
io.jsonwebtoken:jjwt-api:0.11.5=runtimeClasspath
io.jsonwebtoken:jjwt-impl:0.11.5=runtimeClasspath
io.jsonwebtoken:jjwt-jackson:0.11.2=compileClasspath
io.jsonwebtoken:jjwt-jackson:0.11.5=runtimeClasspath
io.micrometer:context-propagation:1.0.4=runtimeClasspath
io.micrometer:micrometer-commons:1.11.3=compileClasspath,runtimeClasspath
io.micrometer:micrometer-observation:1.11.3=compileClasspath,runtimeClasspath
io.micrometer:context-propagation:1.0.5=runtimeClasspath
io.micrometer:micrometer-commons:1.11.4=compileClasspath,runtimeClasspath
io.micrometer:micrometer-observation:1.11.4=compileClasspath,runtimeClasspath
io.netty:netty-buffer:4.1.97.Final=compileClasspath,runtimeClasspath
io.netty:netty-codec-dns:4.1.97.Final=compileClasspath,runtimeClasspath
io.netty:netty-codec-http2:4.1.97.Final=compileClasspath,runtimeClasspath
Expand All @@ -111,9 +111,9 @@ io.netty:netty-transport-native-kqueue:4.1.97.Final=compileClasspath,runtimeClas
io.netty:netty-transport-native-unix-common:4.1.97.Final=compileClasspath,runtimeClasspath
io.netty:netty-transport:4.1.97.Final=compileClasspath,runtimeClasspath
io.projectreactor.addons:reactor-extra:3.5.1=compileClasspath,runtimeClasspath
io.projectreactor.netty:reactor-netty-core:1.1.10=compileClasspath,runtimeClasspath
io.projectreactor.netty:reactor-netty-http:1.1.10=compileClasspath,runtimeClasspath
io.projectreactor:reactor-core:3.5.9=compileClasspath,runtimeClasspath
io.projectreactor.netty:reactor-netty-core:1.1.11=compileClasspath,runtimeClasspath
io.projectreactor.netty:reactor-netty-http:1.1.11=compileClasspath,runtimeClasspath
io.projectreactor:reactor-core:3.5.10=compileClasspath,runtimeClasspath
io.smallrye:jandex:3.1.2=runtimeClasspath
io.swagger:swagger-annotations:1.6.8=compileClasspath,runtimeClasspath
jakarta.activation:jakarta.activation-api:2.1.2=compileClasspath,runtimeClasspath
Expand All @@ -123,11 +123,11 @@ jakarta.inject:jakarta.inject-api:2.0.1=runtimeClasspath
jakarta.persistence:jakarta.persistence-api:3.1.0=compileClasspath,runtimeClasspath
jakarta.transaction:jakarta.transaction-api:2.0.1=compileClasspath,runtimeClasspath
jakarta.validation:jakarta.validation-api:3.0.2=compileClasspath,runtimeClasspath
jakarta.xml.bind:jakarta.xml.bind-api:4.0.0=compileClasspath,runtimeClasspath
jakarta.xml.bind:jakarta.xml.bind-api:4.0.1=compileClasspath,runtimeClasspath
javax.activation:javax.activation-api:1.2.0=compileClasspath,runtimeClasspath
javax.annotation:javax.annotation-api:1.3.2=compileClasspath,runtimeClasspath
javax.xml.bind:jaxb-api:2.3.1=compileClasspath,runtimeClasspath
net.bytebuddy:byte-buddy:1.14.6=runtimeClasspath
net.bytebuddy:byte-buddy:1.14.8=runtimeClasspath
net.javacrumbs.shedlock:shedlock-core:4.42.0=compileClasspath,runtimeClasspath
net.javacrumbs.shedlock:shedlock-provider-jdbc-template:4.42.0=compileClasspath,runtimeClasspath
net.javacrumbs.shedlock:shedlock-spring:4.42.0=compileClasspath,runtimeClasspath
Expand All @@ -144,16 +144,17 @@ org.apache.httpcomponents:httpclient:4.5.13=compileClasspath,runtimeClasspath
org.apache.httpcomponents:httpcore:4.4.16=compileClasspath,runtimeClasspath
org.apache.logging.log4j:log4j-api:2.20.0=compileClasspath,runtimeClasspath
org.apache.logging.log4j:log4j-to-slf4j:2.20.0=compileClasspath,runtimeClasspath
org.apache.tomcat.embed:tomcat-embed-core:10.1.12=compileClasspath,runtimeClasspath
org.apache.tomcat.embed:tomcat-embed-el:10.1.12=compileClasspath,runtimeClasspath
org.apache.tomcat.embed:tomcat-embed-websocket:10.1.12=compileClasspath,runtimeClasspath
org.apache.tomcat.embed:tomcat-embed-core:10.1.13=compileClasspath,runtimeClasspath
org.apache.tomcat.embed:tomcat-embed-el:10.1.13=compileClasspath,runtimeClasspath
org.apache.tomcat.embed:tomcat-embed-websocket:10.1.13=compileClasspath,runtimeClasspath
org.aspectj:aspectjweaver:1.9.20=compileClasspath,runtimeClasspath
org.attoparser:attoparser:2.0.7.RELEASE=compileClasspath,runtimeClasspath
org.bouncycastle:bcpkix-jdk15on:1.69=compileClasspath,runtimeClasspath
org.bouncycastle:bcpkix-jdk18on:1.73=compileClasspath
org.bouncycastle:bcpkix-jdk18on:1.75=runtimeClasspath
org.bouncycastle:bcprov-jdk15on:1.70=compileClasspath,runtimeClasspath
org.bouncycastle:bcprov-jdk18on:1.73=compileClasspath
org.bouncycastle:bcprov-jdk18on:1.75=runtimeClasspath
org.bouncycastle:bcutil-jdk15on:1.69=compileClasspath,runtimeClasspath
org.bouncycastle:bcutil-jdk18on:1.73=compileClasspath
org.bouncycastle:bcutil-jdk18on:1.75=runtimeClasspath
org.checkerframework:checker-qual:3.12.0=compileClasspath
org.checkerframework:checker-qual:3.31.0=runtimeClasspath
Expand All @@ -179,64 +180,64 @@ org.liquibase:liquibase-core:4.20.0=compileClasspath,runtimeClasspath
org.openapitools:jackson-databind-nullable:0.2.6=compileClasspath,runtimeClasspath
org.ow2.asm:asm:9.3=compileClasspath,runtimeClasspath
org.postgresql:postgresql:42.6.0=compileClasspath,runtimeClasspath
org.projectlombok:lombok:1.18.28=compileClasspath
org.projectlombok:lombok:1.18.30=compileClasspath
org.reactivestreams:reactive-streams:1.0.4=compileClasspath,runtimeClasspath
org.slf4j:jcl-over-slf4j:2.0.7=compileClasspath,runtimeClasspath
org.slf4j:jul-to-slf4j:2.0.7=compileClasspath,runtimeClasspath
org.slf4j:slf4j-api:2.0.7=compileClasspath,runtimeClasspath
org.springframework.boot:spring-boot-actuator-autoconfigure:3.1.3=compileClasspath,runtimeClasspath
org.springframework.boot:spring-boot-actuator:3.1.3=compileClasspath,runtimeClasspath
org.springframework.boot:spring-boot-autoconfigure:3.1.3=compileClasspath,runtimeClasspath
org.springframework.boot:spring-boot-devtools:3.1.3=runtimeClasspath
org.springframework.boot:spring-boot-starter-aop:3.1.3=compileClasspath,runtimeClasspath
org.springframework.boot:spring-boot-starter-cache:3.1.3=compileClasspath,runtimeClasspath
org.springframework.boot:spring-boot-starter-data-jpa:3.1.3=compileClasspath,runtimeClasspath
org.springframework.boot:spring-boot-starter-graphql:3.1.3=compileClasspath,runtimeClasspath
org.springframework.boot:spring-boot-starter-jdbc:3.1.3=compileClasspath,runtimeClasspath
org.springframework.boot:spring-boot-starter-json:3.1.3=compileClasspath,runtimeClasspath
org.springframework.boot:spring-boot-starter-logging:3.1.3=compileClasspath,runtimeClasspath
org.springframework.boot:spring-boot-starter-mail:3.1.3=compileClasspath,runtimeClasspath
org.springframework.boot:spring-boot-starter-security:3.1.3=compileClasspath,runtimeClasspath
org.springframework.boot:spring-boot-starter-thymeleaf:3.1.3=compileClasspath,runtimeClasspath
org.springframework.boot:spring-boot-starter-tomcat:3.1.3=compileClasspath,runtimeClasspath
org.springframework.boot:spring-boot-starter-validation:3.1.3=compileClasspath,runtimeClasspath
org.springframework.boot:spring-boot-starter-web:3.1.3=compileClasspath,runtimeClasspath
org.springframework.boot:spring-boot-starter:3.1.3=compileClasspath,runtimeClasspath
org.springframework.boot:spring-boot:3.1.3=compileClasspath,runtimeClasspath
org.springframework.cloud:spring-cloud-commons:4.0.3=compileClasspath,runtimeClasspath
org.springframework.cloud:spring-cloud-context:4.0.3=compileClasspath,runtimeClasspath
org.springframework.cloud:spring-cloud-loadbalancer:4.0.3=compileClasspath,runtimeClasspath
org.springframework.cloud:spring-cloud-openfeign-core:4.0.3=compileClasspath,runtimeClasspath
org.springframework.cloud:spring-cloud-starter-loadbalancer:4.0.3=compileClasspath,runtimeClasspath
org.springframework.cloud:spring-cloud-starter-openfeign:4.0.3=compileClasspath,runtimeClasspath
org.springframework.cloud:spring-cloud-starter:4.0.3=compileClasspath,runtimeClasspath
org.springframework.data:spring-data-commons:3.1.3=compileClasspath,runtimeClasspath
org.springframework.data:spring-data-jpa:3.1.3=compileClasspath,runtimeClasspath
org.springframework.graphql:spring-graphql:1.2.2=compileClasspath,runtimeClasspath
org.springframework.security:spring-security-config:6.1.3=compileClasspath,runtimeClasspath
org.springframework.security:spring-security-core:6.1.3=compileClasspath,runtimeClasspath
org.springframework.security:spring-security-crypto:6.1.3=compileClasspath,runtimeClasspath
org.springframework.security:spring-security-oauth2-client:6.1.3=compileClasspath,runtimeClasspath
org.springframework.security:spring-security-oauth2-core:6.1.3=compileClasspath,runtimeClasspath
org.springframework.security:spring-security-oauth2-jose:6.1.3=compileClasspath,runtimeClasspath
org.springframework.security:spring-security-oauth2-resource-server:6.1.3=compileClasspath,runtimeClasspath
org.springframework.security:spring-security-rsa:1.0.11.RELEASE=compileClasspath,runtimeClasspath
org.springframework.security:spring-security-web:6.1.3=compileClasspath,runtimeClasspath
org.slf4j:jcl-over-slf4j:2.0.9=compileClasspath,runtimeClasspath
org.slf4j:jul-to-slf4j:2.0.9=compileClasspath,runtimeClasspath
org.slf4j:slf4j-api:2.0.9=compileClasspath,runtimeClasspath
org.springframework.boot:spring-boot-actuator-autoconfigure:3.1.4=compileClasspath,runtimeClasspath
org.springframework.boot:spring-boot-actuator:3.1.4=compileClasspath,runtimeClasspath
org.springframework.boot:spring-boot-autoconfigure:3.1.4=compileClasspath,runtimeClasspath
org.springframework.boot:spring-boot-devtools:3.1.4=runtimeClasspath
org.springframework.boot:spring-boot-starter-aop:3.1.4=compileClasspath,runtimeClasspath
org.springframework.boot:spring-boot-starter-cache:3.1.4=compileClasspath,runtimeClasspath
org.springframework.boot:spring-boot-starter-data-jpa:3.1.4=compileClasspath,runtimeClasspath
org.springframework.boot:spring-boot-starter-graphql:3.1.4=compileClasspath,runtimeClasspath
org.springframework.boot:spring-boot-starter-jdbc:3.1.4=compileClasspath,runtimeClasspath
org.springframework.boot:spring-boot-starter-json:3.1.4=compileClasspath,runtimeClasspath
org.springframework.boot:spring-boot-starter-logging:3.1.4=compileClasspath,runtimeClasspath
org.springframework.boot:spring-boot-starter-mail:3.1.4=compileClasspath,runtimeClasspath
org.springframework.boot:spring-boot-starter-security:3.1.4=compileClasspath,runtimeClasspath
org.springframework.boot:spring-boot-starter-thymeleaf:3.1.4=compileClasspath,runtimeClasspath
org.springframework.boot:spring-boot-starter-tomcat:3.1.4=compileClasspath,runtimeClasspath
org.springframework.boot:spring-boot-starter-validation:3.1.4=compileClasspath,runtimeClasspath
org.springframework.boot:spring-boot-starter-web:3.1.4=compileClasspath,runtimeClasspath
org.springframework.boot:spring-boot-starter:3.1.4=compileClasspath,runtimeClasspath
org.springframework.boot:spring-boot:3.1.4=compileClasspath,runtimeClasspath
org.springframework.cloud:spring-cloud-commons:4.0.4=compileClasspath,runtimeClasspath
org.springframework.cloud:spring-cloud-context:4.0.4=compileClasspath,runtimeClasspath
org.springframework.cloud:spring-cloud-loadbalancer:4.0.4=compileClasspath,runtimeClasspath
org.springframework.cloud:spring-cloud-openfeign-core:4.0.4=compileClasspath,runtimeClasspath
org.springframework.cloud:spring-cloud-starter-loadbalancer:4.0.4=compileClasspath,runtimeClasspath
org.springframework.cloud:spring-cloud-starter-openfeign:4.0.4=compileClasspath,runtimeClasspath
org.springframework.cloud:spring-cloud-starter:4.0.4=compileClasspath,runtimeClasspath
org.springframework.data:spring-data-commons:3.1.4=compileClasspath,runtimeClasspath
org.springframework.data:spring-data-jpa:3.1.4=compileClasspath,runtimeClasspath
org.springframework.graphql:spring-graphql:1.2.3=compileClasspath,runtimeClasspath
org.springframework.security:spring-security-config:6.1.4=compileClasspath,runtimeClasspath
org.springframework.security:spring-security-core:6.1.4=compileClasspath,runtimeClasspath
org.springframework.security:spring-security-crypto:6.1.4=compileClasspath,runtimeClasspath
org.springframework.security:spring-security-oauth2-client:6.1.4=compileClasspath,runtimeClasspath
org.springframework.security:spring-security-oauth2-core:6.1.4=compileClasspath,runtimeClasspath
org.springframework.security:spring-security-oauth2-jose:6.1.4=compileClasspath,runtimeClasspath
org.springframework.security:spring-security-oauth2-resource-server:6.1.4=compileClasspath,runtimeClasspath
org.springframework.security:spring-security-rsa:1.0.12.RELEASE=compileClasspath,runtimeClasspath
org.springframework.security:spring-security-web:6.1.4=compileClasspath,runtimeClasspath
org.springframework.session:spring-session-core:3.1.2=runtimeClasspath
org.springframework.session:spring-session-jdbc:3.1.2=runtimeClasspath
org.springframework:spring-aop:6.0.11=compileClasspath,runtimeClasspath
org.springframework:spring-aspects:6.0.11=compileClasspath,runtimeClasspath
org.springframework:spring-beans:6.0.11=compileClasspath,runtimeClasspath
org.springframework:spring-context-support:6.0.11=compileClasspath,runtimeClasspath
org.springframework:spring-context:6.0.11=compileClasspath,runtimeClasspath
org.springframework:spring-core:6.0.11=compileClasspath,runtimeClasspath
org.springframework:spring-expression:6.0.11=compileClasspath,runtimeClasspath
org.springframework:spring-jcl:6.0.11=compileClasspath,runtimeClasspath
org.springframework:spring-jdbc:6.0.11=compileClasspath,runtimeClasspath
org.springframework:spring-orm:6.0.11=compileClasspath,runtimeClasspath
org.springframework:spring-tx:6.0.11=compileClasspath,runtimeClasspath
org.springframework:spring-web:6.0.11=compileClasspath,runtimeClasspath
org.springframework:spring-webmvc:6.0.11=compileClasspath,runtimeClasspath
org.springframework:spring-aop:6.0.12=compileClasspath,runtimeClasspath
org.springframework:spring-aspects:6.0.12=compileClasspath,runtimeClasspath
org.springframework:spring-beans:6.0.12=compileClasspath,runtimeClasspath
org.springframework:spring-context-support:6.0.12=compileClasspath,runtimeClasspath
org.springframework:spring-context:6.0.12=compileClasspath,runtimeClasspath
org.springframework:spring-core:6.0.12=compileClasspath,runtimeClasspath
org.springframework:spring-expression:6.0.12=compileClasspath,runtimeClasspath
org.springframework:spring-jcl:6.0.12=compileClasspath,runtimeClasspath
org.springframework:spring-jdbc:6.0.12=compileClasspath,runtimeClasspath
org.springframework:spring-orm:6.0.12=compileClasspath,runtimeClasspath
org.springframework:spring-tx:6.0.12=compileClasspath,runtimeClasspath
org.springframework:spring-web:6.0.12=compileClasspath,runtimeClasspath
org.springframework:spring-webmvc:6.0.12=compileClasspath,runtimeClasspath
org.thymeleaf:thymeleaf-spring6:3.1.2.RELEASE=compileClasspath,runtimeClasspath
org.thymeleaf:thymeleaf:3.1.2.RELEASE=compileClasspath,runtimeClasspath
org.unbescape:unbescape:1.1.6.RELEASE=compileClasspath,runtimeClasspath
Expand Down

0 comments on commit 363b97f

Please sign in to comment.