|
4 | 4 |
|
5 | 5 | <groupId>org.kitteh.irc</groupId> |
6 | 6 | <artifactId>client-lib</artifactId> |
7 | | - <version>8.0.0</version> |
| 7 | + <version>8.0.1-SNAPSHOT</version> |
8 | 8 |
|
9 | 9 | <packaging>jar</packaging> |
10 | 10 |
|
|
44 | 44 | <url>https://github.com/KittehOrg/KittehIRCClientLib/issues</url> |
45 | 45 | </issueManagement> |
46 | 46 |
|
47 | | - <ciManagement> |
48 | | - <system>TravisCI</system> |
49 | | - <url>https://travis-ci.org/KittehOrg/KittehIRCClientLib</url> |
50 | | - </ciManagement> |
51 | | - |
52 | 47 | <scm> |
53 | 48 | < connection>scm:git: [email protected]:KittehOrg/KittehIRCClientLib.git</ connection> |
54 | 49 | < developerConnection>scm:git: [email protected]:KittehOrg/KittehIRCClientLib.git</ developerConnection> |
|
59 | 54 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
60 | 55 | <plugin.javadocs.version>3.2.0</plugin.javadocs.version> |
61 | 56 | <plugin.source.version>3.2.1</plugin.source.version> |
62 | | - <dependency.netty.version>4.1.59.Final</dependency.netty.version> |
| 57 | + <dependency.netty.version>4.1.68.Final</dependency.netty.version> |
63 | 58 | </properties> |
64 | 59 |
|
65 | 60 | <dependencies> |
|
90 | 85 | <dependency> |
91 | 86 | <groupId>org.checkerframework</groupId> |
92 | 87 | <artifactId>checker-qual</artifactId> |
93 | | - <version>3.5.0</version> |
| 88 | + <version>3.18.0</version> |
94 | 89 | <scope>provided</scope> |
95 | 90 | </dependency> |
96 | 91 | <dependency> |
97 | 92 | <groupId>junit</groupId> |
98 | 93 | <artifactId>junit</artifactId> |
99 | | - <version>4.13.1</version> |
| 94 | + <version>4.13.2</version> |
100 | 95 | <scope>test</scope> |
101 | 96 | </dependency> |
102 | 97 | <dependency> |
103 | 98 | <groupId>org.mockito</groupId> |
104 | 99 | <artifactId>mockito-core</artifactId> |
105 | | - <version>3.4.4</version> |
| 100 | + <version>3.12.4</version> |
106 | 101 | <scope>test</scope> |
107 | 102 | </dependency> |
108 | 103 | </dependencies> |
|
0 commit comments