Skip to content

Commit

Permalink
En del flere oppdateringer i libs
Browse files Browse the repository at this point in the history
#deploy-brreg-stub
  • Loading branch information
stigus committed Jan 10, 2024
1 parent ceec5e9 commit ae53caf
Show file tree
Hide file tree
Showing 24 changed files with 25 additions and 25 deletions.
2 changes: 1 addition & 1 deletion apps/brreg-stub/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ dependencies {
implementation 'org.apache.cxf:cxf-rt-transports-http'
implementation 'org.apache.cxf:cxf-rt-ws-security'
implementation 'jakarta.servlet:jakarta.servlet-api'

implementation 'org.postgresql:postgresql'
implementation 'com.zaxxer:HikariCP'

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ public static void main(String[] args) {
}
SpringApplication.run(BrregApplicationLauncher.class, args);
}
}
}
2 changes: 1 addition & 1 deletion apps/budpro-service/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
id 'java'
id 'org.springframework.boot' version '3.1.4'
id 'org.springframework.boot' version '3.2.1'
id 'io.spring.dependency-management' version '1.1.3'
id "jacoco"
id "org.sonarqube" version "4.0.0.2929"
Expand Down
2 changes: 1 addition & 1 deletion libs/commands/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ sonarqube {
dependencyManagement {
applyMavenExclusions = false
imports {
mavenBom 'org.springframework.boot:spring-boot-dependencies:3.1.4'
mavenBom 'org.springframework.boot:spring-boot-dependencies:3.2.1'
}
}

Expand Down
2 changes: 1 addition & 1 deletion libs/csv-converter/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ sonarqube {
dependencyManagement {
applyMavenExclusions = false
imports {
mavenBom 'org.springframework.boot:spring-boot-dependencies:3.1.4'
mavenBom 'org.springframework.boot:spring-boot-dependencies:3.2.1'
}
}

Expand Down
2 changes: 1 addition & 1 deletion libs/data-transfer-objects/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ sonarqube {
dependencyManagement {
applyMavenExclusions = false
imports {
mavenBom 'org.springframework.boot:spring-boot-dependencies:3.1.4'
mavenBom 'org.springframework.boot:spring-boot-dependencies:3.2.1'
}
}

Expand Down
2 changes: 1 addition & 1 deletion libs/data-transfer-search-objects/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ sonarqube {
dependencyManagement {
applyMavenExclusions = false
imports {
mavenBom 'org.springframework.boot:spring-boot-dependencies:3.1.4'
mavenBom 'org.springframework.boot:spring-boot-dependencies:3.2.1'
}
}

Expand Down
2 changes: 1 addition & 1 deletion libs/database/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ sonarqube {
dependencyManagement {
applyMavenExclusions = false
imports {
mavenBom 'org.springframework.boot:spring-boot-dependencies:3.1.4'
mavenBom 'org.springframework.boot:spring-boot-dependencies:3.2.1'
mavenBom 'org.springframework.cloud:spring-cloud-dependencies:2023.0.0'
}
}
Expand Down
2 changes: 1 addition & 1 deletion libs/domain/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ sonarqube {
dependencyManagement {
applyMavenExclusions = false
imports {
mavenBom 'org.springframework.boot:spring-boot-dependencies:3.1.4'
mavenBom 'org.springframework.boot:spring-boot-dependencies:3.2.1'
}
}

Expand Down
2 changes: 1 addition & 1 deletion libs/integration-test/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ sonarqube {
dependencyManagement {
applyMavenExclusions = false
imports {
mavenBom 'org.springframework.boot:spring-boot-dependencies:3.1.4'
mavenBom 'org.springframework.boot:spring-boot-dependencies:3.2.1'
}
}

Expand Down
2 changes: 1 addition & 1 deletion libs/kafka-config/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ sonarqube {
dependencyManagement {
applyMavenExclusions = false
imports {
mavenBom 'org.springframework.boot:spring-boot-dependencies:3.1.4'
mavenBom 'org.springframework.boot:spring-boot-dependencies:3.2.1'
}
}

Expand Down
2 changes: 1 addition & 1 deletion libs/kafka-producers/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ sonarqube {
dependencyManagement {
applyMavenExclusions = false
imports {
mavenBom 'org.springframework.boot:spring-boot-dependencies:3.1.4'
mavenBom 'org.springframework.boot:spring-boot-dependencies:3.2.1'
}
}
group = 'no.nav.testnav.libs'
Expand Down
2 changes: 1 addition & 1 deletion libs/reactive-core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ sonarqube {
dependencyManagement {
applyMavenExclusions = false
imports {
mavenBom 'org.springframework.boot:spring-boot-dependencies:3.1.4'
mavenBom 'org.springframework.boot:spring-boot-dependencies:3.2.1'
}
}

Expand Down
2 changes: 1 addition & 1 deletion libs/reactive-frontend/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ dependencyManagement {
applyMavenExclusions = false
imports {
mavenBom 'org.springframework.cloud:spring-cloud-dependencies:2023.0.0'
mavenBom 'org.springframework.boot:spring-boot-dependencies:3.1.4'
mavenBom 'org.springframework.boot:spring-boot-dependencies:3.2.1'
}
}

Expand Down
2 changes: 1 addition & 1 deletion libs/reactive-proxy/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ dependencyManagement {
applyMavenExclusions = false
imports {
mavenBom 'org.springframework.cloud:spring-cloud-dependencies:2023.0.0'
mavenBom 'org.springframework.boot:spring-boot-dependencies:3.1.4'
mavenBom 'org.springframework.boot:spring-boot-dependencies:3.2.1'
}
}

Expand Down
4 changes: 2 additions & 2 deletions libs/reactive-security/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -79,14 +79,14 @@ publishing {
dependencyManagement {
applyMavenExclusions = false
imports {
mavenBom 'org.springframework.boot:spring-boot-dependencies:3.1.4'
mavenBom 'org.springframework.boot:spring-boot-dependencies:3.2.1'
}
}

dependencies {

implementation 'no.nav.testnav.libs:security-core'
implementation 'com.auth0:java-jwt:4.3.0'
implementation 'com.auth0:java-jwt:4.4.0'

implementation 'org.springframework.boot:spring-boot-starter-oauth2-resource-server'
implementation 'org.springframework.boot:spring-boot-starter-webflux'
Expand Down
2 changes: 1 addition & 1 deletion libs/reactive-session-security/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ sonarqube {
dependencyManagement {
applyMavenExclusions = false
imports {
mavenBom 'org.springframework.boot:spring-boot-dependencies:3.1.4'
mavenBom 'org.springframework.boot:spring-boot-dependencies:3.2.1'
mavenBom 'org.springframework.session:spring-session-bom:2021.0.3'
}
}
Expand Down
2 changes: 1 addition & 1 deletion libs/security-core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ sonarqube {
dependencyManagement {
applyMavenExclusions = false
imports {
mavenBom 'org.springframework.boot:spring-boot-dependencies:3.1.4'
mavenBom 'org.springframework.boot:spring-boot-dependencies:3.2.1'
}
}

Expand Down
2 changes: 1 addition & 1 deletion libs/security-token-service/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ sonarqube {
dependencyManagement {
applyMavenExclusions = false
imports {
mavenBom 'org.springframework.boot:spring-boot-dependencies:3.1.4'
mavenBom 'org.springframework.boot:spring-boot-dependencies:3.2.1'
}
}

Expand Down
2 changes: 1 addition & 1 deletion libs/servlet-core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ sonarqube {
dependencyManagement {
applyMavenExclusions = false
imports {
mavenBom 'org.springframework.boot:spring-boot-dependencies:3.1.4'
mavenBom 'org.springframework.boot:spring-boot-dependencies:3.2.1'
}
}

Expand Down
2 changes: 1 addition & 1 deletion libs/servlet-insecure-security/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ group = 'no.nav.testnav.libs'
dependencyManagement {
applyMavenExclusions = false
imports {
mavenBom 'org.springframework.boot:spring-boot-dependencies:3.1.4'
mavenBom 'org.springframework.boot:spring-boot-dependencies:3.2.1'
}
}

Expand Down
2 changes: 1 addition & 1 deletion libs/servlet-security/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ sonarqube {
dependencyManagement {
applyMavenExclusions = false
imports {
mavenBom 'org.springframework.boot:spring-boot-dependencies:3.1.4'
mavenBom 'org.springframework.boot:spring-boot-dependencies:3.2.1'
}
}

Expand Down
2 changes: 1 addition & 1 deletion libs/slack/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ sonarqube {
dependencyManagement {
applyMavenExclusions = false
imports {
mavenBom 'org.springframework.boot:spring-boot-dependencies:3.1.4'
mavenBom 'org.springframework.boot:spring-boot-dependencies:3.2.1'
}
}

Expand Down
2 changes: 1 addition & 1 deletion libs/testing/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ dependencyManagement {
applyMavenExclusions = false
imports {
mavenBom 'org.springframework.cloud:spring-cloud-dependencies:2023.0.0'
mavenBom 'org.springframework.boot:spring-boot-dependencies:3.1.4'
mavenBom 'org.springframework.boot:spring-boot-dependencies:3.2.1'
}
}

Expand Down

0 comments on commit ae53caf

Please sign in to comment.