Skip to content

Commit

Permalink
Updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
nielsbasjes committed Jan 17, 2021
1 parent 1e7d72c commit aca523c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 7 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ v5.22-SNAPSHOT
- Hackers: Report more generic "Code Injection" (specifics are too unreliable).
- WebServlet:
- Yaml output retains # comments from the input
- Updated UDF dependencies
- Apache Flink 1.12.1
- Apache Beam 2.27.0
- Elastic Search/Logstash 7.10.2

v5.21
===
Expand Down
14 changes: 7 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,23 +43,23 @@
<!-- In order for everything to work correctly we need at least this version of maven. -->
<maven.minimal.version>3.5.2</maven.minimal.version>

<antlr.version>4.9</antlr.version>
<antlr.version>4.9.1</antlr.version>
<snakeyaml.version>1.27</snakeyaml.version>

<!-- ============================================== -->
<!-- ================ UDF Versions ================ -->
<!-- ============================================== -->
<!-- Apache Flink -->
<flink.version>1.12.0</flink.version>
<flink.version>1.12.1</flink.version>
<flink.scala.version>2.12</flink.scala.version>

<!-- Apache Beam -->
<beam.version>2.26.0</beam.version>
<beam.version>2.27.0</beam.version>
<hamcrest-all.version>1.3</hamcrest-all.version>

<!-- Apache Drill -->
<drill.version>1.18.0</drill.version>
<netty.version>4.1.56.Final</netty.version>
<netty.version>4.1.58.Final</netty.version>

<!-- Apache Hadoop -->
<hadoop.version>3.3.0</hadoop.version>
Expand All @@ -78,7 +78,7 @@
<logparser.version>5.7</logparser.version>

<!-- Elastic tools -->
<elastic.version>7.10.1</elastic.version>
<elastic.version>7.10.2</elastic.version>
<logstash.version>${elastic.version}</logstash.version>
<elasticsearch.version>${elastic.version}</elasticsearch.version>

Expand All @@ -98,8 +98,8 @@
<junit5.version>5.7.0</junit5.version>
<hamcrest-core.version>2.2</hamcrest-core.version>

<spring.version>5.3.2</spring.version>
<spring-boot.version>2.4.1</spring-boot.version>
<spring.version>5.3.3</spring.version>
<spring-boot.version>2.4.2</spring-boot.version>
<spring-boot-legacy.version>2.1.0.RELEASE</spring-boot-legacy.version>

<springfox-swagger.version>3.0.0</springfox-swagger.version>
Expand Down

0 comments on commit aca523c

Please sign in to comment.