Skip to content

Commit

Permalink
Combined PR (java-decompiler#67)
Browse files Browse the repository at this point in the history
* Bump jaxb-core from 4.0.1 to 4.0.2

Bumps jaxb-core from 4.0.1 to 4.0.2.

---
updated-dependencies:
- dependency-name: com.sun.xml.bind:jaxb-core
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* Bump jaxb-impl from 4.0.1 to 4.0.2

Bumps jaxb-impl from 4.0.1 to 4.0.2.

---
updated-dependencies:
- dependency-name: com.sun.xml.bind:jaxb-impl
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* Bump kafka-clients from 3.3.2 to 3.4.0

Bumps kafka-clients from 3.3.2 to 3.4.0.

---
updated-dependencies:
- dependency-name: org.apache.kafka:kafka-clients
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and dependabot[bot] authored Feb 7, 2023
1 parent 682d5d0 commit 7b2f242
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@
<dependency>
<groupId>org.apache.kafka</groupId>
<artifactId>kafka-clients</artifactId>
<version>3.3.2</version>
<version>3.4.0</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -320,13 +320,13 @@
<dependency>
<groupId>com.sun.xml.bind</groupId>
<artifactId>jaxb-core</artifactId>
<version>4.0.1</version>
<version>4.0.2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.sun.xml.bind</groupId>
<artifactId>jaxb-impl</artifactId>
<version>4.0.1</version>
<version>4.0.2</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 7b2f242

Please sign in to comment.