Skip to content

Commit

Permalink
Bump avro.version from 1.11.3 to 1.12.0 (#1135)
Browse files Browse the repository at this point in the history
Bumps `avro.version` from 1.11.3 to 1.12.0.

Updates `org.apache.avro:avro` from 1.11.3 to 1.12.0

Updates `org.apache.avro:avro-maven-plugin` from 1.11.3 to 1.12.0

---
updated-dependencies:
- dependency-name: org.apache.avro:avro
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.apache.avro:avro-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Stig Strøm <stig.helge.strom@nav.no>
  • Loading branch information
dependabot[bot] and stigebil authored Aug 6, 2024
1 parent 950f8af commit 798d6ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<main-class>no.nav.familie.baks.mottak.LauncherKt</main-class>
<spring.cloud.version>4.1.4</spring.cloud.version>
<token-validation-spring.version>5.0.1</token-validation-spring.version>
<avro.version>1.11.3</avro.version>
<avro.version>1.12.0</avro.version>

<!--suppress UnresolvedMavenProperty Ligger som secret i github-->
<sonar.projectKey>${SONAR_PROJECTKEY}</sonar.projectKey>
Expand Down

0 comments on commit 798d6ae

Please sign in to comment.