|
39 | 39 | <dependency> |
40 | 40 | <groupId>org.junit</groupId> |
41 | 41 | <artifactId>junit-bom</artifactId> |
42 | | - <version>5.11.0</version> |
| 42 | + <version>5.13.0</version> |
43 | 43 | <type>pom</type> |
44 | 44 | <scope>import</scope> |
45 | 45 | </dependency> |
|
75 | 75 | <dependency> |
76 | 76 | <groupId>org.mozilla</groupId> |
77 | 77 | <artifactId>rhino</artifactId> |
78 | | - <version>1.7.14.1</version> |
| 78 | + <version>1.7.15</version> |
79 | 79 | </dependency> |
80 | | - <!-- Selenium 4.23.0 has built-in CDP support up to Chrome 127, but works with Chrome up to 147. |
81 | | - Chrome 149+ causes CDP errors. Keep chrome-version in .github/workflows/test.yml at 147. |
82 | | - When upgrading Selenium, test and update chrome-version accordingly. --> |
| 80 | + <!-- Selenium 4.34.0 has built-in CDP support up to Chrome 138. Selenium Manager handles |
| 81 | + chromedriver resolution automatically. Keep chrome-version in .github/workflows/test.yml |
| 82 | + in sync. When upgrading Selenium, test and update chrome-version accordingly. --> |
83 | 83 | <dependency> |
84 | 84 | <groupId>org.seleniumhq.selenium</groupId> |
85 | 85 | <artifactId>selenium-java</artifactId> |
86 | | - <version>4.23.0</version> |
| 86 | + <version>4.34.0</version> |
87 | 87 | <scope>provided</scope> |
88 | 88 | </dependency> |
89 | 89 | <dependency> |
90 | 90 | <groupId>com.microsoft.playwright</groupId> |
91 | 91 | <artifactId>playwright</artifactId> |
92 | | - <version>1.46.0</version> |
| 92 | + <version>1.52.0</version> |
93 | 93 | <scope>provided</scope> |
94 | 94 | </dependency> |
95 | 95 | </dependencies> |
|
108 | 108 | <plugin> |
109 | 109 | <groupId>org.apache.maven.plugins</groupId> |
110 | 110 | <artifactId>maven-source-plugin</artifactId> |
111 | | - <version>2.2.1</version> |
| 111 | + <version>3.3.1</version> |
112 | 112 | <executions> |
113 | 113 | <execution> |
114 | 114 | <id>attach-sources</id> |
|
121 | 121 | <plugin> |
122 | 122 | <groupId>org.apache.maven.plugins</groupId> |
123 | 123 | <artifactId>maven-gpg-plugin</artifactId> |
124 | | - <version>1.5</version> |
| 124 | + <version>3.2.7</version> |
125 | 125 | <executions> |
126 | 126 | <execution> |
127 | 127 | <id>sign-artifacts</id> |
|
142 | 142 | <plugin> |
143 | 143 | <groupId>org.apache.maven.plugins</groupId> |
144 | 144 | <artifactId>maven-javadoc-plugin</artifactId> |
145 | | - <version>2.9.1</version> |
| 145 | + <version>3.11.2</version> |
146 | 146 | <executions> |
147 | 147 | <execution> |
148 | 148 | <id>attach-javadocs</id> |
|
155 | 155 | <plugin> |
156 | 156 | <groupId>org.sonatype.central</groupId> |
157 | 157 | <artifactId>central-publishing-maven-plugin</artifactId> |
158 | | - <version>0.5.0</version> |
| 158 | + <version>0.6.0</version> |
159 | 159 | <extensions>true</extensions> |
160 | 160 | <configuration> |
161 | 161 | <publishingServerId>central</publishingServerId> |
|
0 commit comments