Skip to content

Commit

Permalink
chore: update dependencies (#47)
Browse files Browse the repository at this point in the history
* chore: update dependencies

* json-unit 3 requires java 17

* don't commit the .idea folder

* don't commit iml files

* don't commit the dep reduced pom
  • Loading branch information
pauldambra authored Nov 6, 2023
1 parent 0a27805 commit 66661b0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,7 @@
*/artifactid
*/target/
.vscode/
.idea/
./example/example.iml
./posthog/posthog.iml
./posthog/dependency-reduced-pom.xml
10 changes: 5 additions & 5 deletions posthog/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<dependency>
<groupId>net.javacrumbs.json-unit</groupId>
<artifactId>json-unit-assertj</artifactId>
<version>2.24.0</version>
<version>2.38.0</version>
<scope>test</scope>
</dependency>
<dependency>
Expand All @@ -52,23 +52,23 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.11</version>
<version>4.13.2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.json</groupId>
<artifactId>json</artifactId>
<version>20210307</version>
<version>20231013</version>
</dependency>
<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>okhttp</artifactId>
<version>4.9.1</version>
<version>4.12.0</version>
</dependency>
<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>mockwebserver</artifactId>
<version>4.9.1</version>
<version>4.12.0</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit 66661b0

Please sign in to comment.