Skip to content

Commit

Permalink
feat: Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanSkraba committed Oct 4, 2024
1 parent e27c526 commit 781bd4a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
12 changes: 6 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,15 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

<!-- Dependencies -->
<assertj.version>3.23.1</assertj.version>
<assertj.version>3.26.3</assertj.version>
<avro.version>1.12.0</avro.version>
<docopt.version>0.6.0.20150202</docopt.version>
<hamcrest.version>2.2</hamcrest.version>
<joda.version>2.11.1</joda.version>
<junit5.version>5.9.1</junit5.version>
<play.json.version>2.9.3</play.json.version>
<hamcrest.version>3.0</hamcrest.version>
<joda.version>2.13.0</joda.version>
<junit5.version>5.11.2</junit5.version>
<play.json.version>2.10.6</play.json.version>
<scala.minor.version>2.13</scala.minor.version>
<scala.version>2.13.9</scala.version>
<scala.version>2.13.15</scala.version>
<scalafmt.version>3.3.3</scalafmt.version>
<scalatest.version>3.2.14</scalatest.version>
<slf4j.version>2.0.3</slf4j.version>
Expand Down
6 changes: 4 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ _[**Enchiridion**](https://en.wikipedia.org/wiki/Enchiridion): **A small manual

This project describes how to do many common Java tasks using the Avro serialization library.

The main project uses the latest release of [Avro 1.11.0](https://mvnrepository.com/artifact/org.apache.avro/avro/1.11.0), but includes modules that run the same tests on previous versions of Avro.
The main project uses the latest release of [Avro 1.12.0](https://mvnrepository.com/artifact/org.apache.avro/avro/1.12.0), but includes modules that run the same tests on previous versions of Avro.

Modules
------------------------------------------------------------------------------
Expand All @@ -24,6 +24,8 @@ Modules
| [core17x](core17x/readme.md) | Helper project for running tests in Avro 1.7.x |
| [core18x](core18x/readme.md) | Helper project for running tests in Avro 1.8.x |
| [core19x](core19x/readme.md) | Helper project for running tests in Avro 1.9.x |
| [core110x](core110x/readme.md) | Helper project for running tests in Avro 1.10.x | |
| [core111x](core111x/readme.md) | Helper project for running tests in Avro 1.11.x | |
| [core-master-snapshot](core-master-snapshot/readme.md) | Helper project for running tests in the latest SNAPSHOT releases from the Avro master branch. |
| [ipc](ipc/readme.md) | Unit tests and examples for client/server communication with Avro protocols. |
| [plugin](plugin/readme.md) | Using the maven plugin to generate Avro classes. |
Expand Down Expand Up @@ -95,4 +97,4 @@ docker run --rm -t -i \
./build.sh test
```

Apache Avro™, Avro™, Apache®, and the Apache feather logo are either registered trademarks or trademarks of The Apache Software Foundation.
Apache Avro™, Avro™, Apache®, and the Apache feather logo are either registered trademarks or trademarks of The Apache Software Foundation.

0 comments on commit 781bd4a

Please sign in to comment.