Skip to content

Commit

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

* 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.3.5 to 3.4.0.
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.3.5...v3.4.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]>

* Fjerner autowired

* Bump kontrakter.version from 3.0_20241211134553_5cc5b4b to 3.0_20241213120323_06b68cf

---------

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 16, 2024
1 parent 998ec35 commit 820406d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 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.3.5</version>
<version>3.4.0</version>
</parent>

<properties>
Expand All @@ -26,7 +26,7 @@
<prosessering.version>2.20241205111631_afe703f</prosessering.version>

<felles.version>3.20241127123724_adfc561</felles.version>
<kontrakter.version>3.0_20241211134553_5cc5b4b</kontrakter.version>
<kontrakter.version>3.0_20241213120323_06b68cf</kontrakter.version>

<main-class>no.nav.familie.baks.mottak.LauncherKt</main-class>
<spring.cloud.version>4.2.0</spring.cloud.version>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ package no.nav.familie.baks.mottak.config

import com.fasterxml.jackson.databind.ObjectMapper
import no.nav.familie.http.sts.StsRestClient
import org.springframework.beans.factory.annotation.Autowired
import org.springframework.beans.factory.annotation.Value
import org.springframework.context.annotation.Bean
import org.springframework.context.annotation.Configuration
Expand All @@ -12,7 +11,6 @@ import java.net.URI
@Configuration
class StsRestClientConfig {
@Bean
@Autowired
@Profile("!mock-sts")
fun stsRestClient(
objectMapper: ObjectMapper,
Expand Down

0 comments on commit 820406d

Please sign in to comment.