Skip to content

Commit

Permalink
Bump the dependencies group with 5 updates
Browse files Browse the repository at this point in the history
Bumps the dependencies group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| org.apache.kafka:kafka_2.12 | `3.5.0` | `3.5.1` |
| [io.confluent:kafka-avro-serializer](https://github.com/confluentinc/schema-registry) | `7.4.1` | `7.5.0` |
| [javax.xml.bind:jaxb-api](https://github.com/javaee/jaxb-spec) | `2.1` | `2.3.1` |
| org.glassfish.jaxb:jaxb-runtime | `2.3.0.1` | `2.3.8` |
| [io.kotest:kotest-runner-junit5](https://github.com/kotest/kotest) | `5.6.2` | `5.7.2` |


Updates `org.apache.kafka:kafka_2.12` from 3.5.0 to 3.5.1

Updates `io.confluent:kafka-avro-serializer` from 7.4.1 to 7.5.0
- [Commits](confluentinc/schema-registry@v7.4.1...v7.5.0)

Updates `javax.xml.bind:jaxb-api` from 2.1 to 2.3.1
- [Commits](https://github.com/javaee/jaxb-spec/commits/2.3.1)

Updates `org.glassfish.jaxb:jaxb-runtime` from 2.3.0.1 to 2.3.8

Updates `io.kotest:kotest-runner-junit5` from 5.6.2 to 5.7.2
- [Release notes](https://github.com/kotest/kotest/releases)
- [Commits](kotest/kotest@v5.6.2...v5.7.2)

---
updated-dependencies:
- dependency-name: org.apache.kafka:kafka_2.12
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: io.confluent:kafka-avro-serializer
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: javax.xml.bind:jaxb-api
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: org.glassfish.jaxb:jaxb-runtime
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: io.kotest:kotest-runner-junit5
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 20, 2023
1 parent 62c50dc commit c78ca8d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,25 +6,25 @@ group = "no.nav.syfo"
version = "1.0.0"

val coroutinesVersion = "1.7.3"
val kafkaVersion = "3.5.0"
val kafkaVersion = "3.5.1"
val kluentVersion = "1.73"
val ktorVersion = "2.3.4"
val logbackVersion = "1.4.11"
val logstashLogbackEncoderVersion = "7.4"
val prometheusVersion = "0.16.0"
val kotestVersion = "5.6.2"
val jaxbApiVersion = "2.1"
val jaxbVersion = "2.3.0.1"
val kotestVersion = "5.7.2"
val jaxbApiVersion = "2.3.1"
val jaxbVersion = "2.3.8"
val javaxActivationVersion = "1.1.1"
val jacksonVersion = "2.15.2"
val joarkHendelseVersion = "96ec5ebb"
val confluentVersion = "7.4.1"
val confluentVersion = "7.5.0"
val jettyVersion = "11.0.6"
val syfoXmlCodegenVersion = "1.0.4"
val commonsTextVersion = "1.10.0"
val cxfVersion = "3.4.5"
val javaxAnnotationApiVersion = "1.3.2"
val jaxbRuntimeVersion = "2.4.0-b180830.0438"
val jaxbRuntimeVersion = "2.3.8"
val smCommonVersion = "1.0.19"
val javaTimeAdapterVersion = "1.1.3"
val ioMockVersion = "1.13.7"
Expand Down

0 comments on commit c78ca8d

Please sign in to comment.