Skip to content

Commit

Permalink
- Oppdatert diverse spring dependencies og gradle byggescript
Browse files Browse the repository at this point in the history
#deploy-test-dolly-backend
#deploy-test-frontend
#deploy-udi-stub
  • Loading branch information
stigus committed May 24, 2024
1 parent 71dee9f commit 3212ac4
Show file tree
Hide file tree
Showing 180 changed files with 492 additions and 491 deletions.
2 changes: 1 addition & 1 deletion apps/adresse-service/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
plugins {
id 'java'
id "org.sonarqube" version "5.0.0.4638"
id 'org.springframework.boot' version "3.2.5"
id 'org.springframework.boot' version "3.2.6"
id 'io.spring.dependency-management' version "1.1.5"
id "jacoco"
}
Expand Down
8 changes: 4 additions & 4 deletions apps/adresse-service/settings.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id "com.gradle.enterprise" version "3.17.4"
id "com.gradle.develocity" version "3.17.4"
}

rootProject.name = 'adresse-service'
Expand All @@ -10,9 +10,9 @@ includeBuild '../../libs/servlet-security'
includeBuild '../../libs/data-transfer-objects'


gradleEnterprise {
develocity {
buildScan {
termsOfServiceUrl = "https://gradle.com/terms-of-service"
termsOfServiceAgree = "yes"
termsOfUseUrl = "https://gradle.com/terms-of-service"
termsOfUseAgree = "yes"
}
}
2 changes: 1 addition & 1 deletion apps/amelding-service/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
plugins {
id 'java'
id "org.sonarqube" version "5.0.0.4638"
id 'org.springframework.boot' version "3.2.5"
id 'org.springframework.boot' version "3.2.6"
id 'io.spring.dependency-management' version "1.1.5"
id "jacoco"
}
Expand Down
8 changes: 4 additions & 4 deletions apps/amelding-service/settings.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id "com.gradle.enterprise" version "3.17.4"
id "com.gradle.develocity" version "3.17.4"
}

rootProject.name = 'amelding-service'
Expand All @@ -11,9 +11,9 @@ includeBuild '../../libs/commands'
includeBuild '../../libs/avro-schema'
includeBuild '../../libs/data-transfer-objects'

gradleEnterprise {
develocity {
buildScan {
termsOfServiceUrl = "https://gradle.com/terms-of-service"
termsOfServiceAgree = "yes"
termsOfUseUrl = "https://gradle.com/terms-of-service"
termsOfUseAgree = "yes"
}
}
2 changes: 1 addition & 1 deletion apps/app-tilgang-analyse-service/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
plugins {
id 'java'
id "org.sonarqube" version "5.0.0.4638"
id 'org.springframework.boot' version "3.2.5"
id 'org.springframework.boot' version "3.2.6"
id 'io.spring.dependency-management' version "1.1.5"
id "jacoco"
}
Expand Down
8 changes: 4 additions & 4 deletions apps/app-tilgang-analyse-service/settings.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id "com.gradle.enterprise" version "3.17.4"
id "com.gradle.develocity" version "3.17.4"
}

rootProject.name = 'app-tilgang-analyse-service'
Expand All @@ -8,9 +8,9 @@ includeBuild '../../libs/reactive-core'
includeBuild '../../libs/reactive-security'
includeBuild '../../libs/data-transfer-objects'

gradleEnterprise {
develocity {
buildScan {
termsOfServiceUrl = "https://gradle.com/terms-of-service"
termsOfServiceAgree = "yes"
termsOfUseUrl = "https://gradle.com/terms-of-service"
termsOfUseAgree = "yes"
}
}
2 changes: 1 addition & 1 deletion apps/arbeidsforhold-service/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
plugins {
id 'java'
id "org.sonarqube" version "5.0.0.4638"
id 'org.springframework.boot' version "3.2.5"
id 'org.springframework.boot' version "3.2.6"
id 'io.spring.dependency-management' version "1.1.5"
id "jacoco"
}
Expand Down
8 changes: 4 additions & 4 deletions apps/arbeidsforhold-service/settings.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id "com.gradle.enterprise" version "3.17.4"
id "com.gradle.develocity" version "3.17.4"
}

rootProject.name = 'arbeidsforhold-service'
Expand All @@ -11,9 +11,9 @@ includeBuild '../../libs/security-core'
includeBuild '../../libs/servlet-core'
includeBuild '../../libs/servlet-security'

gradleEnterprise {
develocity {
buildScan {
termsOfServiceUrl = "https://gradle.com/terms-of-service"
termsOfServiceAgree = "yes"
termsOfUseUrl = "https://gradle.com/terms-of-service"
termsOfUseAgree = "yes"
}
}
2 changes: 1 addition & 1 deletion apps/batch-bestilling-service/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
plugins {
id 'java'
id "org.sonarqube" version "5.0.0.4638"
id 'org.springframework.boot' version "3.2.5"
id 'org.springframework.boot' version "3.2.6"
id 'io.spring.dependency-management' version "1.1.5"
id "jacoco"
}
Expand Down
8 changes: 4 additions & 4 deletions apps/batch-bestilling-service/settings.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id "com.gradle.enterprise" version "3.17.4"
id "com.gradle.develocity" version "3.17.4"
}

rootProject.name = 'batch-bestilling-service'
Expand All @@ -12,9 +12,9 @@ includeBuild '../../libs/servlet-security'
includeBuild '../../libs/servlet-insecure-security'
includeBuild '../../libs/commands'

gradleEnterprise {
develocity {
buildScan {
termsOfServiceUrl = "https://gradle.com/terms-of-service"
termsOfServiceAgree = "yes"
termsOfUseUrl = "https://gradle.com/terms-of-service"
termsOfUseAgree = "yes"
}
}
2 changes: 1 addition & 1 deletion apps/brreg-stub/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ plugins {
id 'java'
id "org.sonarqube" version "5.0.0.4638"
id "uk.co.boothen.gradle.wsimport" version "0.21"
id 'org.springframework.boot' version "3.2.5"
id 'org.springframework.boot' version "3.2.6"
id 'io.spring.dependency-management' version "1.1.5"
id "jacoco"
id("org.openrewrite.rewrite") version("6.6.4")
Expand Down
8 changes: 4 additions & 4 deletions apps/brreg-stub/settings.gradle
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
plugins {
id "com.gradle.enterprise" version "3.17.4"
id "com.gradle.develocity" version "3.17.4"
}

rootProject.name = 'brreg-stub'

includeBuild '../../libs/database'
includeBuild '../../libs/servlet-core'

gradleEnterprise {
develocity {
buildScan {
termsOfServiceUrl = "https://gradle.com/terms-of-service"
termsOfServiceAgree = "yes"
termsOfUseUrl = "https://gradle.com/terms-of-service"
termsOfUseAgree = "yes"
}
}
2 changes: 1 addition & 1 deletion apps/bruker-service/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
plugins {
id 'java'
id "org.sonarqube" version "5.0.0.4638"
id 'org.springframework.boot' version "3.2.5"
id 'org.springframework.boot' version "3.2.6"
id 'io.spring.dependency-management' version "1.1.5"
id "jacoco"
}
Expand Down
8 changes: 4 additions & 4 deletions apps/bruker-service/settings.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id "com.gradle.enterprise" version "3.17.4"
id "com.gradle.develocity" version "3.17.4"
}

rootProject.name = 'bruker-service'
Expand All @@ -10,9 +10,9 @@ includeBuild '../../libs/security-core'
includeBuild '../../libs/data-transfer-objects'
includeBuild '../../libs/integration-test'

gradleEnterprise {
develocity {
buildScan {
termsOfServiceUrl = "https://gradle.com/terms-of-service"
termsOfServiceAgree = "yes"
termsOfUseUrl = "https://gradle.com/terms-of-service"
termsOfUseAgree = "yes"
}
}
8 changes: 4 additions & 4 deletions apps/budpro-service/settings.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id "com.gradle.enterprise" version "3.17.4"
id "com.gradle.develocity" version "3.17.4"
}

rootProject.name = 'budpro-service'
Expand All @@ -12,9 +12,9 @@ includeBuild '../../libs/servlet-core'
includeBuild '../../libs/servlet-insecure-security'
includeBuild '../../libs/servlet-security'

gradleEnterprise {
develocity {
buildScan {
termsOfServiceUrl = "https://gradle.com/terms-of-service"
termsOfServiceAgree = "yes"
termsOfUseUrl = "https://gradle.com/terms-of-service"
termsOfUseAgree = "yes"
}
}
6 changes: 4 additions & 2 deletions apps/dolly-backend/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
plugins {
id 'java'
id "org.sonarqube" version "5.0.0.4638"
id 'org.springframework.boot' version "3.2.5"
id 'org.springframework.boot' version "3.2.6"
id 'io.spring.dependency-management' version "1.1.5"
id "jacoco"
}
Expand Down Expand Up @@ -91,7 +91,9 @@ dependencies {
implementation 'com.github.ben-manes.caffeine:caffeine'

implementation 'org.ehcache:ehcache:3.10.8'
implementation 'com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.14.2'
implementation 'com.fasterxml.jackson.core:jackson-core:2.17.1'

// implementation 'com.fasterxml.jackson.datatype:jackson-core:2.17.1'
implementation 'org.postgresql:postgresql'
implementation 'org.flywaydb:flyway-core'
implementation 'io.micrometer:micrometer-registry-prometheus'
Expand Down
8 changes: 4 additions & 4 deletions apps/dolly-backend/settings.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id "com.gradle.enterprise" version "3.17.4"
id "com.gradle.develocity" version "3.17.4"
}

rootProject.name = 'dolly-backend'
Expand All @@ -14,9 +14,9 @@ includeBuild '../../libs/data-transfer-objects'
includeBuild '../../libs/data-transfer-search-objects'
includeBuild '../../.github/workflows'

gradleEnterprise {
develocity {
buildScan {
termsOfServiceUrl = "https://gradle.com/terms-of-service"
termsOfServiceAgree = "yes"
termsOfUseUrl = "https://gradle.com/terms-of-service"
termsOfUseAgree = "yes"
}
}
2 changes: 1 addition & 1 deletion apps/dolly-frontend/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
plugins {
id "org.sonarqube" version "5.0.0.4638"
id 'java'
id 'org.springframework.boot' version "3.2.5"
id 'org.springframework.boot' version "3.2.6"
id 'io.spring.dependency-management' version "1.1.5"
id "jacoco"
}
Expand Down
8 changes: 4 additions & 4 deletions apps/dolly-frontend/settings.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id "com.gradle.enterprise" version "3.17.4"
id "com.gradle.develocity" version "3.17.4"
}

rootProject.name = 'dolly-frontend'
Expand All @@ -14,9 +14,9 @@ includeBuild '../../libs/data-transfer-objects'
includeBuild '../../libs/security-core'
includeBuild '../../.github/workflows'

gradleEnterprise {
develocity {
buildScan {
termsOfServiceUrl = "https://gradle.com/terms-of-service"
termsOfServiceAgree = "yes"
termsOfUseUrl = "https://gradle.com/terms-of-service"
termsOfUseAgree = "yes"
}
}
2 changes: 1 addition & 1 deletion apps/dollystatus/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
plugins {
id 'java'
id "org.sonarqube" version "5.0.0.4638"
id 'org.springframework.boot' version "3.2.5"
id 'org.springframework.boot' version "3.2.6"
id 'io.spring.dependency-management' version "1.1.5"
id "jacoco"
}
Expand Down
8 changes: 4 additions & 4 deletions apps/dollystatus/settings.gradle
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
plugins {
id "com.gradle.enterprise" version "3.17.4"
id "com.gradle.develocity" version "3.17.4"
}

rootProject.name = 'dollystatus'

gradleEnterprise {
develocity {
buildScan {
termsOfServiceUrl = "https://gradle.com/terms-of-service"
termsOfServiceAgree = "yes"
termsOfUseUrl = "https://gradle.com/terms-of-service"
termsOfUseAgree = "yes"
}
}
2 changes: 1 addition & 1 deletion apps/endringsmelding-frontend/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
plugins {
id 'java'
id "org.sonarqube" version "5.0.0.4638"
id 'org.springframework.boot' version "3.2.5"
id 'org.springframework.boot' version "3.2.6"
id 'io.spring.dependency-management' version "1.1.5"
id "jacoco"
}
Expand Down
8 changes: 4 additions & 4 deletions apps/endringsmelding-frontend/settings.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id "com.gradle.enterprise" version "3.17.4"
id "com.gradle.develocity" version "3.17.4"
}

rootProject.name = 'endringsmelding-frontend'
Expand All @@ -10,9 +10,9 @@ includeBuild '../../libs/security-core'
includeBuild '../../libs/reactive-session-security'
includeBuild '../../libs/reactive-frontend'

gradleEnterprise {
develocity {
buildScan {
termsOfServiceUrl = "https://gradle.com/terms-of-service"
termsOfServiceAgree = "yes"
termsOfUseUrl = "https://gradle.com/terms-of-service"
termsOfUseAgree = "yes"
}
}
2 changes: 1 addition & 1 deletion apps/endringsmelding-service/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
plugins {
id 'java'
id "org.sonarqube" version "5.0.0.4638"
id 'org.springframework.boot' version "3.2.5"
id 'org.springframework.boot' version "3.2.6"
id 'io.spring.dependency-management' version "1.1.5"
id "jacoco"
}
Expand Down
8 changes: 4 additions & 4 deletions apps/endringsmelding-service/settings.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id "com.gradle.enterprise" version "3.17.4"
id "com.gradle.develocity" version "3.17.4"
}

rootProject.name = 'endringsmelding-service'
Expand All @@ -10,9 +10,9 @@ includeBuild '../../libs/reactive-security'
includeBuild '../../libs/data-transfer-objects'
includeBuild '../../libs/data-transfer-search-objects'

gradleEnterprise {
develocity {
buildScan {
termsOfServiceUrl = "https://gradle.com/terms-of-service"
termsOfServiceAgree = "yes"
termsOfUseUrl = "https://gradle.com/terms-of-service"
termsOfUseAgree = "yes"
}
}
2 changes: 1 addition & 1 deletion apps/ereg-batch-status-service/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
plugins {
id 'java'
id "org.sonarqube" version "5.0.0.4638"
id 'org.springframework.boot' version "3.2.5"
id 'org.springframework.boot' version "3.2.6"
id 'io.spring.dependency-management' version "1.1.5"
id "jacoco"
}
Expand Down
Loading

0 comments on commit 3212ac4

Please sign in to comment.