Skip to content

Commit

Permalink
Bump the gradle group with 4 updates
Browse files Browse the repository at this point in the history
Bumps the gradle group with 4 updates: [org.xerial.snappy:snappy-java](https://github.com/xerial/snappy-java), [com.github.navikt:dagpenger-streams](https://github.com/navikt/dagpenger-streams), [no.finn.unleash:unleash-client-java](https://github.com/Unleash/unleash-client-java) and [no.nav.security:mock-oauth2-server](https://github.com/navikt/mock-oauth2-server).


Updates `org.xerial.snappy:snappy-java` from 1.1.8.2 to 1.1.10.5
- [Release notes](https://github.com/xerial/snappy-java/releases)
- [Commits](xerial/snappy-java@1.1.8.2...v1.1.10.5)

Updates `com.github.navikt:dagpenger-streams` from 20231220.ec218b to 2023081812031692353030.ca95330b1ba8
- [Release notes](https://github.com/navikt/dagpenger-streams/releases)
- [Commits](https://github.com/navikt/dagpenger-streams/commits)

Updates `no.finn.unleash:unleash-client-java` from 3.2.9 to 4.4.1
- [Release notes](https://github.com/Unleash/unleash-client-java/releases)
- [Changelog](https://github.com/Unleash/unleash-client-java/blob/main/CHANGELOG.md)
- [Commits](Unleash/unleash-client-java@unleash-client-java-3.2.9...unleash-client-java-4.4.1)

Updates `no.nav.security:mock-oauth2-server` from 0.5.7 to 2.1.0
- [Release notes](https://github.com/navikt/mock-oauth2-server/releases)
- [Commits](navikt/mock-oauth2-server@0.5.7...2.1.0)

---
updated-dependencies:
- dependency-name: org.xerial.snappy:snappy-java
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle
- dependency-name: com.github.navikt:dagpenger-streams
  dependency-type: direct:production
  dependency-group: gradle
- dependency-name: no.finn.unleash:unleash-client-java
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: gradle
- dependency-name: no.nav.security:mock-oauth2-server
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: gradle
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 20, 2023
1 parent 137aa91 commit a214b2f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,12 @@ configurations {

dependencies {
constraints {
testRuntimeOnly("org.xerial.snappy:snappy-java:1.1.8.2") {
testRuntimeOnly("org.xerial.snappy:snappy-java:1.1.10.5") {
because("Required on M1 cpus")
}
}
implementation(kotlin("stdlib-jdk8"))
implementation("com.github.navikt:dagpenger-streams:20231220.ec218b")
implementation("com.github.navikt:dagpenger-streams:2023081812031692353030.ca95330b1ba8")
implementation("com.github.navikt:dp-inntekt-kontrakter:1_20231220.55a8a9")
implementation("com.github.navikt:dagpenger-events:20231220.3050bf")

Expand Down Expand Up @@ -86,7 +86,7 @@ dependencies {

implementation(Ulid.ulid)

implementation("no.finn.unleash:unleash-client-java:3.2.9")
implementation("no.finn.unleash:unleash-client-java:4.4.1")

implementation(Database.Flyway)
implementation(Database.HikariCP)
Expand All @@ -113,7 +113,7 @@ dependencies {
testImplementation(TestContainers.postgresql)
testImplementation(TestContainers.kafka)
testImplementation(Kafka.streamTestUtils)
testImplementation("no.nav.security:mock-oauth2-server:0.5.7")
testImplementation("no.nav.security:mock-oauth2-server:2.1.0")

testImplementation(Mockk.mockk)

Expand Down

0 comments on commit a214b2f

Please sign in to comment.