Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
timmolter committed Apr 20, 2024
1 parent dbf3064 commit 4abdcb2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright 2015-2023 Knowm Inc. (http://knowm.org) and contributors.
Copyright 2015-2024 Knowm Inc. (http://knowm.org) and contributors.
Copyright 2012-2015 Xeiam LLC (http://xeiam.com) and contributors.

Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down
11 changes: 8 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>

<version.java>1.8</version.java>
<version.assertj>3.24.2</version.assertj>
<version.assertj>3.25.3</version.assertj>
<version.commons.lang3>3.14.0</version.commons.lang3>
<version.fasterxml>2.14.3</version.fasterxml>
<version.github.mmazi>3.0</version.github.mmazi>
<version.resilience4j>1.7.0</version.resilience4j>
<version.junit>5.9.3</version.junit>
<version.lombok>1.18.26</version.lombok>
<version.junit>5.10.2</version.junit>
<version.lombok>1.18.32</version.lombok>
<version.knowm.xchart>3.8.6</version.knowm.xchart>
<version.qos.logback>1.4.12</version.qos.logback>
<version.reflections>0.10.2</version.reflections>
Expand Down Expand Up @@ -231,6 +231,11 @@
<enabled>true</enabled>
</snapshots>
</repository>
<repository>
<id>maven_central</id>
<name>Maven Central</name>
<url>https://repo.maven.apache.org/maven2/</url>
</repository>
</repositories>

<dependencyManagement>
Expand Down

0 comments on commit 4abdcb2

Please sign in to comment.