Skip to content

Commit

Permalink
Bump org.springframework.boot:spring-boot-starter-parent from 3.1.5 t…
Browse files Browse the repository at this point in the history
…o 3.2.0 (#984)

* Bump org.springframework.boot:spring-boot-starter-parent

Bumps [org.springframework.boot:spring-boot-starter-parent](https://github.com/spring-projects/spring-boot) from 3.1.5 to 3.2.0.
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.1.5...v3.2.0)

---
updated-dependencies:
- dependency-name: org.springframework.boot:spring-boot-starter-parent
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* Bumper avhengigheter for spring boot 3.2

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Stig Helge Strøm <[email protected]>
  • Loading branch information
dependabot[bot] and stigebil authored Dec 13, 2023
1 parent f7f81b0 commit f1e1709
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
13 changes: 8 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.1.5</version>
<version>3.2.0</version>
</parent>

<properties>
Expand All @@ -28,10 +28,8 @@
<felles.version>2.20231201131108_ea25dd3</felles.version>
<kontrakter.version>3.0_20231205102047_74d51af</kontrakter.version>
<main-class>no.nav.familie.baks.mottak.LauncherKt</main-class>
<spring.cloud.version>4.0.4</spring.cloud.version>
<token-validation-spring.version>3.1.0</token-validation-spring.version>
<spring.cloud.version>4.0.3</spring.cloud.version>
<token-validation-spring.version>3.1.0</token-validation-spring.version>
<spring.cloud.version>4.1.0</spring.cloud.version>
<token-validation-spring.version>3.2.0</token-validation-spring.version>
<avro.version>1.11.3</avro.version>

<!--suppress UnresolvedMavenProperty Ligger som secret i github-->
Expand Down Expand Up @@ -133,6 +131,11 @@
<artifactId>leader</artifactId>
<version>${felles.version}</version>
</dependency>
<dependency>
<groupId>no.nav.security</groupId>
<artifactId>token-client-core</artifactId>
<version>${token-validation-spring.version}</version>
</dependency>
<dependency>
<groupId>no.nav.security</groupId>
<artifactId>token-client-spring</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class DbContainerInitializer : ApplicationContextInitializer<ConfigurableApplica
companion object {
// Lazy because we only want it to be initialized when accessed
private val postgres: KPostgreSQLContainer by lazy {
KPostgreSQLContainer("postgres:11.13")
KPostgreSQLContainer("postgres:14")
.withDatabaseName("postgres")
.withUsername("postgres")
.withPassword("test")
Expand Down

0 comments on commit f1e1709

Please sign in to comment.