• R/O
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Commit MetaInfo

Revision2630 (tree)
Time2024-02-03 23:44:13
Authort_nakayama1971

Log Message

(empty log message)

Change Summary

Incremental Difference

--- trunk/apache/struts1-core/pom.xml (revision 2629)
+++ trunk/apache/struts1-core/pom.xml (revision 2630)
@@ -92,7 +92,7 @@
9292 <dependency>
9393 <groupId>org.mockito</groupId>
9494 <artifactId>mockito-core</artifactId>
95- <version>5.8.0</version>
95+ <version>5.10.0</version>
9696 <scope>test</scope>
9797 </dependency>
9898 </dependencies>
--- trunk/framework/fwBase/pom.xml (revision 2629)
+++ trunk/framework/fwBase/pom.xml (revision 2630)
@@ -20,7 +20,7 @@
2020 <dependency>
2121 <groupId>org.apache.logging.log4j</groupId>
2222 <artifactId>log4j-api</artifactId>
23- <version>2.22.0</version>
23+ <version>2.22.1</version>
2424 <scope>compile</scope>
2525 </dependency>
2626
@@ -33,7 +33,7 @@
3333 <dependency>
3434 <groupId>org.mockito</groupId>
3535 <artifactId>mockito-core</artifactId>
36- <version>5.8.0</version>
36+ <version>5.10.0</version>
3737 <scope>test</scope>
3838 </dependency>
3939 </dependencies>
@@ -48,7 +48,7 @@
4848 <dependency>
4949 <groupId>com.puppycrawl.tools</groupId>
5050 <artifactId>checkstyle</artifactId>
51- <version>10.12.7</version>
51+ <version>10.13.0</version>
5252 </dependency>
5353 </dependencies>
5454 <configuration>
--- trunk/framework/fwBatch/pom.xml (revision 2629)
+++ trunk/framework/fwBatch/pom.xml (revision 2630)
@@ -20,7 +20,7 @@
2020 <dependency>
2121 <groupId>org.apache.logging.log4j</groupId>
2222 <artifactId>log4j-api</artifactId>
23- <version>2.22.0</version>
23+ <version>2.22.1</version>
2424 <scope>compile</scope>
2525 </dependency>
2626
@@ -33,7 +33,7 @@
3333 <dependency>
3434 <groupId>org.mockito</groupId>
3535 <artifactId>mockito-core</artifactId>
36- <version>5.8.0</version>
36+ <version>5.10.0</version>
3737 <scope>test</scope>
3838 </dependency>
3939 </dependencies>
--- trunk/framework/fwOnline/pom.xml (revision 2629)
+++ trunk/framework/fwOnline/pom.xml (revision 2630)
@@ -26,7 +26,7 @@
2626 <dependency>
2727 <groupId>org.apache.logging.log4j</groupId>
2828 <artifactId>log4j-api</artifactId>
29- <version>2.22.0</version>
29+ <version>2.22.1</version>
3030 <scope>compile</scope>
3131 </dependency>
3232
@@ -52,7 +52,7 @@
5252 <dependency>
5353 <groupId>org.mockito</groupId>
5454 <artifactId>mockito-core</artifactId>
55- <version>5.8.0</version>
55+ <version>5.10.0</version>
5656 <scope>test</scope>
5757 </dependency>
5858 </dependencies>
--- trunk/framework/fwRest/pom.xml (revision 2629)
+++ trunk/framework/fwRest/pom.xml (revision 2630)
@@ -72,7 +72,7 @@
7272 <dependency>
7373 <groupId>org.apache.logging.log4j</groupId>
7474 <artifactId>log4j-api</artifactId>
75- <version>2.22.0</version>
75+ <version>2.22.1</version>
7676 <scope>compile</scope>
7777 </dependency>
7878
@@ -98,7 +98,7 @@
9898 <dependency>
9999 <groupId>org.mockito</groupId>
100100 <artifactId>mockito-core</artifactId>
101- <version>5.8.0</version>
101+ <version>5.10.0</version>
102102 <scope>test</scope>
103103 </dependency>
104104 </dependencies>
--- trunk/framework/pjBat/pom.xml (revision 2629)
+++ trunk/framework/pjBat/pom.xml (revision 2630)
@@ -93,7 +93,7 @@
9393 <dependency>
9494 <groupId>org.apache.logging.log4j</groupId>
9595 <artifactId>log4j-api</artifactId>
96- <version>2.22.0</version>
96+ <version>2.22.1</version>
9797 <scope>compile</scope>
9898 </dependency>
9999 <dependency>
@@ -131,7 +131,7 @@
131131 <dependency>
132132 <groupId>org.mockito</groupId>
133133 <artifactId>mockito-core</artifactId>
134- <version>5.8.0</version>
134+ <version>5.10.0</version>
135135 <scope>test</scope>
136136 </dependency>
137137 </dependencies>
--- trunk/framework/pjCom/pom.xml (revision 2629)
+++ trunk/framework/pjCom/pom.xml (revision 2630)
@@ -32,7 +32,7 @@
3232 <dependency>
3333 <groupId>org.apache.logging.log4j</groupId>
3434 <artifactId>log4j-api</artifactId>
35- <version>2.22.0</version>
35+ <version>2.22.1</version>
3636 <scope>compile</scope>
3737 </dependency>
3838
@@ -45,7 +45,7 @@
4545 <dependency>
4646 <groupId>org.mockito</groupId>
4747 <artifactId>mockito-core</artifactId>
48- <version>5.8.0</version>
48+ <version>5.10.0</version>
4949 <scope>test</scope>
5050 </dependency>
5151 </dependencies>
--- trunk/framework/pjDb/pom.xml (revision 2629)
+++ trunk/framework/pjDb/pom.xml (revision 2630)
@@ -39,13 +39,13 @@
3939 <dependency>
4040 <groupId>org.postgresql</groupId>
4141 <artifactId>postgresql</artifactId>
42- <version>42.7.0</version>
42+ <version>42.7.1</version>
4343 <scope>runtime</scope>
4444 </dependency>
4545 <dependency>
4646 <groupId>org.codehaus.plexus</groupId>
4747 <artifactId>plexus-classworlds</artifactId>
48- <version>2.7.0</version>
48+ <version>2.8.0</version>
4949 <scope>runtime</scope>
5050 </dependency>
5151
@@ -58,7 +58,7 @@
5858 <dependency>
5959 <groupId>org.mockito</groupId>
6060 <artifactId>mockito-core</artifactId>
61- <version>5.8.0</version>
61+ <version>5.10.0</version>
6262 <scope>test</scope>
6363 </dependency>
6464 </dependencies>
--- trunk/framework/pjMw/pom.xml (revision 2629)
+++ trunk/framework/pjMw/pom.xml (revision 2630)
@@ -26,7 +26,7 @@
2626 <dependency>
2727 <groupId>org.apache.logging.log4j</groupId>
2828 <artifactId>log4j-api</artifactId>
29- <version>2.22.0</version>
29+ <version>2.22.1</version>
3030 <scope>compile</scope>
3131 </dependency>
3232
@@ -46,7 +46,7 @@
4646 <dependency>
4747 <groupId>org.mockito</groupId>
4848 <artifactId>mockito-core</artifactId>
49- <version>5.8.0</version>
49+ <version>5.10.0</version>
5050 <scope>test</scope>
5151 </dependency>
5252 </dependencies>
--- trunk/framework/pjSvc/pom.xml (revision 2629)
+++ trunk/framework/pjSvc/pom.xml (revision 2630)
@@ -30,13 +30,13 @@
3030 <dependency>
3131 <groupId>com.fasterxml.jackson.core</groupId>
3232 <artifactId>jackson-databind</artifactId>
33- <version>2.16.0</version>
33+ <version>2.16.1</version>
3434 <scope>compile</scope>
3535 </dependency>
3636 <dependency>
3737 <groupId>org.apache.logging.log4j</groupId>
3838 <artifactId>log4j-api</artifactId>
39- <version>2.22.0</version>
39+ <version>2.22.1</version>
4040 <scope>compile</scope>
4141 </dependency>
4242
@@ -49,7 +49,7 @@
4949 <dependency>
5050 <groupId>org.mockito</groupId>
5151 <artifactId>mockito-core</artifactId>
52- <version>5.8.0</version>
52+ <version>5.10.0</version>
5353 <scope>test</scope>
5454 </dependency>
5555 </dependencies>
--- trunk/framework/pjWeb/pom.xml (revision 2629)
+++ trunk/framework/pjWeb/pom.xml (revision 2630)
@@ -30,13 +30,13 @@
3030 <dependency>
3131 <groupId>com.fasterxml.jackson.core</groupId>
3232 <artifactId>jackson-databind</artifactId>
33- <version>2.16.0</version>
33+ <version>2.16.1</version>
3434 <scope>compile</scope>
3535 </dependency>
3636 <dependency>
3737 <groupId>commons-net</groupId>
3838 <artifactId>commons-net</artifactId>
39- <version>3.9.0</version>
39+ <version>3.10.0</version>
4040 <scope>compile</scope>
4141 </dependency>
4242 <dependency>
@@ -54,7 +54,7 @@
5454 <dependency>
5555 <groupId>org.apache.logging.log4j</groupId>
5656 <artifactId>log4j-api</artifactId>
57- <version>2.22.0</version>
57+ <version>2.22.1</version>
5858 <scope>compile</scope>
5959 </dependency>
6060
@@ -109,13 +109,13 @@
109109 <dependency>
110110 <groupId>org.apache.logging.log4j</groupId>
111111 <artifactId>log4j-core</artifactId>
112- <version>2.22.0</version>
112+ <version>2.22.1</version>
113113 <scope>runtime</scope>
114114 </dependency>
115115 <dependency>
116116 <groupId>org.apache.logging.log4j</groupId>
117117 <artifactId>log4j-web</artifactId>
118- <version>2.22.0</version>
118+ <version>2.22.1</version>
119119 <scope>runtime</scope>
120120 </dependency>
121121 <dependency>
@@ -127,7 +127,7 @@
127127 <dependency>
128128 <groupId>org.postgresql</groupId>
129129 <artifactId>postgresql</artifactId>
130- <version>42.7.0</version>
130+ <version>42.7.1</version>
131131 <scope>runtime</scope>
132132 </dependency>
133133
@@ -153,7 +153,7 @@
153153 <dependency>
154154 <groupId>org.mockito</groupId>
155155 <artifactId>mockito-core</artifactId>
156- <version>5.8.0</version>
156+ <version>5.10.0</version>
157157 <scope>test</scope>
158158 </dependency>
159159 </dependencies>
--- trunk/plugin/DevLoader/pom.xml (revision 2629)
+++ trunk/plugin/DevLoader/pom.xml (revision 2630)
@@ -26,7 +26,7 @@
2626 <dependency>
2727 <groupId>org.apache.tomcat</groupId>
2828 <artifactId>tomcat-catalina</artifactId>
29- <version>10.1.11</version>
29+ <version>10.1.18</version>
3030 <scope>provided</scope>
3131 </dependency>
3232 </dependencies>
--- trunk/s2/dbcp/pom.xml (revision 2629)
+++ trunk/s2/dbcp/pom.xml (revision 2630)
@@ -26,7 +26,7 @@
2626 <dependency>
2727 <groupId>org.apache.logging.log4j</groupId>
2828 <artifactId>log4j-api</artifactId>
29- <version>2.22.0</version>
29+ <version>2.22.1</version>
3030 <scope>compile</scope>
3131 </dependency>
3232
@@ -33,7 +33,7 @@
3333 <dependency>
3434 <groupId>org.postgresql</groupId>
3535 <artifactId>postgresql</artifactId>
36- <version>42.7.0</version>
36+ <version>42.7.1</version>
3737 <scope>test</scope>
3838 </dependency>
3939 <dependency>
--- trunk/s2/jta/pom.xml (revision 2629)
+++ trunk/s2/jta/pom.xml (revision 2630)
@@ -26,7 +26,7 @@
2626 <dependency>
2727 <groupId>org.apache.logging.log4j</groupId>
2828 <artifactId>log4j-api</artifactId>
29- <version>2.22.0</version>
29+ <version>2.22.1</version>
3030 <scope>compile</scope>
3131 </dependency>
3232