File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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```
Original file line number Diff line number Diff line change 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 >
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 >
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 >
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 >
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 >
You can’t perform that action at this time.
0 commit comments