Skip to content

Commit 88c88b3

Browse files
committed
Updated dependencies and released new version
1 parent 2037183 commit 88c88b3

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ Simple logger for java with mixpanel support
66
<dependency>
77
<groupId>io.github.Fi0x</groupId>
88
<artifactId>JavaLogger</artifactId>
9-
<version>1.3.5</version>
9+
<version>1.3.6</version>
1010
</dependency>
1111
```

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>io.github.Fi0x</groupId>
88
<artifactId>JavaLogger</artifactId>
9-
<version>1.3.5</version>
9+
<version>1.3.6</version>
1010
<name>Java Logger</name>
1111
<description>This is a Library for a custom Java Logger</description>
1212
<url>http://github.com/Fi0x/JavaLogger</url>
@@ -49,7 +49,7 @@
4949
<plugin>
5050
<groupId>org.apache.maven.plugins</groupId>
5151
<artifactId>maven-compiler-plugin</artifactId>
52-
<version>3.12.1</version>
52+
<version>3.13.0</version>
5353
<configuration>
5454
<source>9</source>
5555
<target>9</target>
@@ -69,7 +69,7 @@
6969
<plugin>
7070
<groupId>org.apache.maven.plugins</groupId>
7171
<artifactId>maven-source-plugin</artifactId>
72-
<version>3.3.0</version>
72+
<version>3.3.1</version>
7373
<executions>
7474
<execution>
7575
<id>attach-sources</id>
@@ -95,7 +95,7 @@
9595
<plugin>
9696
<groupId>org.apache.maven.plugins</groupId>
9797
<artifactId>maven-gpg-plugin</artifactId>
98-
<version>3.1.0</version>
98+
<version>3.2.4</version>
9999
<executions>
100100
<execution>
101101
<id>sign-artifacts</id>
@@ -113,7 +113,7 @@
113113
<dependency>
114114
<groupId>com.mixpanel</groupId>
115115
<artifactId>mixpanel-java</artifactId>
116-
<version>1.5.2</version>
116+
<version>1.5.3</version>
117117
</dependency>
118118
</dependencies>
119119
</project>

0 commit comments

Comments
 (0)