Skip to content

Commit

Permalink
Bump the prod-deps group across 1 directory with 2 updates
Browse files Browse the repository at this point in the history
Bumps the prod-deps group with 2 updates in the / directory: [io.confluent:kafka-avro-serializer](https://github.com/confluentinc/schema-registry) and commons-beanutils:commons-beanutils.


Updates `io.confluent:kafka-avro-serializer` from 7.8.0 to 7.9.0
- [Commits](confluentinc/schema-registry@v7.8.0...v7.9.0)

Updates `commons-beanutils:commons-beanutils` from 1.10.0 to 1.10.1

---
updated-dependencies:
- dependency-name: io.confluent:kafka-avro-serializer
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-deps
- dependency-name: commons-beanutils:commons-beanutils
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-deps
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Feb 20, 2025
1 parent 6911b6a commit 88ba058
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mocks/oppgave-mock/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<dependency>
<groupId>commons-beanutils</groupId>
<artifactId>commons-beanutils</artifactId>
<version>1.10.0</version>
<version>1.10.1</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@
<dependency>
<groupId>io.confluent</groupId>
<artifactId>kafka-avro-serializer</artifactId>
<version>7.8.0</version>
<version>7.9.0</version>
</dependency>
<dependency>
<groupId>org.apache.zookeeper</groupId>
Expand Down

0 comments on commit 88ba058

Please sign in to comment.