Skip to content

Commit

Permalink
Update to Daffodil 3.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mbeckerle committed Jul 5, 2024
1 parent 41a781b commit 8fed39a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions contrib/format-daffodil/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,12 @@
<dependency>
<groupId>org.apache.daffodil</groupId>
<artifactId>daffodil-japi_2.12</artifactId>
<version>3.7.0</version>
<version>3.8.0</version>
</dependency>
<dependency>
<groupId>org.apache.daffodil</groupId>
<artifactId>daffodil-runtime1_2.12</artifactId>
<version>3.7.0</version>
<version>3.8.0</version>
</dependency>
<!-- Test dependencies -->
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
<commons.text.version>1.10.0</commons.text.version>
<commons.validator.version>1.7</commons.validator.version>
<curator.version>5.5.0</curator.version>
<daffodil.version>3.7.0</daffodil.version>
<daffodil.version>3.8.0</daffodil.version>
<derby.version>10.14.2.0</derby.version>
<directMemoryMb>3072</directMemoryMb>
<docker.repository>apache/drill</docker.repository>
Expand Down

0 comments on commit 8fed39a

Please sign in to comment.