|
10 | 10 | <packaging>jar</packaging> |
11 | 11 |
|
12 | 12 | <name>sabi</name> |
13 | | - <description>A small framework to separate logics and data accesses for Java application.</description> |
| 13 | + <description>A small framework to separate logics and data accesses for Java application</description> |
14 | 14 | <url>https://github.com/sttk/sabi-java</url> |
15 | 15 |
|
16 | 16 | <licenses> |
|
32 | 32 | <scm> |
33 | 33 | <url>https://github.com/sttk/sabi-java</url> |
34 | 34 | <connection>scm:git:git://github.com/sttk/sabi-java.git</connection> |
35 | | - <developerConnection>scm:git:git//github.com/sttk/sabi-java.git</developerConnection> |
| 35 | + <developerConnection>scm:git:git://github.com/sttk/sabi-java.git</developerConnection> |
36 | 36 | </scm> |
37 | 37 |
|
38 | 38 | <properties> |
|
56 | 56 | <dependency> |
57 | 57 | <groupId>org.junit.jupiter</groupId> |
58 | 58 | <artifactId>junit-jupiter</artifactId> |
59 | | - <version>5.11.4</version> |
| 59 | + <version>6.0.0-M1</version> |
60 | 60 | <scope>test</scope> |
61 | 61 | </dependency> |
62 | 62 | <dependency> |
63 | 63 | <groupId>org.junit.platform</groupId> |
64 | 64 | <artifactId>junit-platform-launcher</artifactId> |
65 | | - <version>1.11.4</version> |
| 65 | + <version>6.0.0-M1</version> |
66 | 66 | <scope>test</scope> |
67 | 67 | </dependency> |
68 | 68 | <dependency> |
69 | 69 | <groupId>org.assertj</groupId> |
70 | 70 | <artifactId>assertj-core</artifactId> |
71 | | - <version>3.27.2</version> |
| 71 | + <version>4.0.0-M1</version> |
72 | 72 | <scope>test</scope> |
73 | 73 | </dependency> |
74 | 74 | </dependencies> |
|
78 | 78 | <plugin> |
79 | 79 | <groupId>org.apache.maven.plugins</groupId> |
80 | 80 | <artifactId>maven-source-plugin</artifactId> |
81 | | - <version>3.3.0</version> |
| 81 | + <version>3.3.1</version> |
82 | 82 | <executions> |
83 | 83 | <execution> |
84 | 84 | <id>attach-sources</id> |
|
94 | 94 | <version>3.11.2</version> |
95 | 95 | <configuration> |
96 | 96 | <author>true</author> |
97 | | - <source>21</source> |
| 97 | + <source>23</source> |
98 | 98 | <show>protected</show> |
99 | 99 | <encoding>UTF-8</encoding> |
100 | 100 | <charset>UTF-8</charset> |
101 | 101 | <docencoding>UTF-8</docencoding> |
102 | 102 | <bottom><![CDATA[Copyright 2022-2025 Takayuki Sato. All Rights Reserved.]]></bottom> |
103 | | - <outputDirectory>${project.build.directory}/site</outputDirectory> |
| 103 | + <outputDirectory>${project.reporting.outputDirectory}</outputDirectory> |
104 | 104 | </configuration> |
105 | 105 | <executions> |
106 | 106 | <execution> |
|
120 | 120 | <plugin> |
121 | 121 | <groupId>org.jacoco</groupId> |
122 | 122 | <artifactId>jacoco-maven-plugin</artifactId> |
123 | | - <version>0.8.12</version> |
| 123 | + <version>0.8.13</version> |
124 | 124 | <executions> |
125 | 125 | <execution> |
126 | 126 | <id>default-prepare-agent</id> |
|
140 | 140 | <plugin> |
141 | 141 | <groupId>org.apache.maven.plugins</groupId> |
142 | 142 | <artifactId>maven-compiler-plugin</artifactId> |
143 | | - <version>3.13.0</version> |
| 143 | + <version>3.14.0</version> |
144 | 144 | <configuration> |
145 | 145 | <compilerArgs> |
146 | 146 | <arg>-g</arg> |
|
151 | 151 | <plugin> |
152 | 152 | <groupId>org.apache.maven.plugins</groupId> |
153 | 153 | <artifactId>maven-surefire-plugin</artifactId> |
154 | | - <version>3.5.2</version> |
| 154 | + <version>3.5.3</version> |
155 | 155 | </plugin> |
156 | 156 | </plugins> |
157 | 157 | </build> |
|
164 | 164 | <plugin> |
165 | 165 | <groupId>org.graalvm.buildtools</groupId> |
166 | 166 | <artifactId>native-maven-plugin</artifactId> |
167 | | - <version>0.10.4</version> |
| 167 | + <version>0.10.6</version> |
168 | 168 | <extensions>true</extensions> |
169 | 169 | <executions> |
170 | 170 | <execution> |
|
173 | 173 | <goal>test</goal> |
174 | 174 | </goals> |
175 | 175 | <phase>test</phase> |
| 176 | + <configuration> |
| 177 | + <dependencies> |
| 178 | + <dependency> |
| 179 | + <groupId>org.junit.platform</groupId> |
| 180 | + <artifactId>junit-platform-launcher</artifactId> |
| 181 | + <version>1.9.1</version> |
| 182 | + <scope>test</scope> |
| 183 | + </dependency> |
| 184 | + </dependencies> |
| 185 | + </configuration> |
176 | 186 | </execution> |
177 | 187 | </executions> |
178 | 188 | <configuration> |
|
189 | 199 | <profile> |
190 | 200 | <id>trace</id> |
191 | 201 | <properties> |
192 | | - <argLine>-agentlib:native-image-agent=config-output-dir=target/native-trace/</argLine> |
| 202 | + <argLine>-agentlib:native-image-agent=config-output-dir=target/native-trace</argLine> |
193 | 203 | </properties> |
194 | 204 | </profile> |
195 | 205 | <profile> |
|
198 | 208 | <repository> |
199 | 209 | <id>github</id> |
200 | 210 | <name>GitHub Packages</name> |
201 | | - <url>https://maven.pkg.github.com/sttk/cliargs-java</url> |
| 211 | + <url>https://maven.pkg.github.com/sttk/sabi-java</url> |
202 | 212 | </repository> |
203 | 213 | </distributionManagement> |
204 | 214 | </profile> |
|
240 | 250 | <plugin> |
241 | 251 | <groupId>org.apache.maven.plugins</groupId> |
242 | 252 | <artifactId>maven-gpg-plugin</artifactId> |
243 | | - <version>3.2.7</version> |
| 253 | + <version>3.2.8</version> |
244 | 254 | <executions> |
245 | 255 | <execution> |
246 | 256 | <id>sign-artifacts</id> |
|
0 commit comments