Skip to content

Commit e6ee365

Browse files
author
isayan
committed
Support Montoya 2025.8
1 parent a99c2bc commit e6ee365

File tree

6 files changed

+4
-4
lines changed

6 files changed

+4
-4
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ dependencies {
104104

105105
// standalone 利用のため
106106
// https://mvnrepository.com/artifact/net.portswigger.burp.extensions/montoya-api
107-
implementation 'net.portswigger.burp.extensions:montoya-api:2025.7'
107+
implementation 'net.portswigger.burp.extensions:montoya-api:2025.8'
108108
// https://mvnrepository.com/artifact/commons-codec/commons-codec
109109
implementation 'commons-codec:commons-codec:1.19.0'
110110
// https://mvnrepository.com/artifact/com.fifesoft/rsyntaxtextarea
@@ -128,7 +128,7 @@ dependencies {
128128
// testImplementation fileTree(dir: 'libs', include: ['*.jar'])
129129

130130
// https://mvnrepository.com/artifact/net.portswigger.burp.extensions/montoya-api
131-
testImplementation 'net.portswigger.burp.extensions:montoya-api:2025.7'
131+
testImplementation 'net.portswigger.burp.extensions:montoya-api:2025.8'
132132

133133
// https://mvnrepository.com/artifact/com.nimbusds/nimbus-jose-jwt
134134
testImplementation 'com.nimbusds:nimbus-jose-jwt:10.3.1'
-1.3 KB
Binary file not shown.

release/YaguraExtension-v3.2.jar

-510 Bytes
Binary file not shown.

src/main/java/yagura/view/BurpToolBar.form

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@
184184
<Component class="javax.swing.JButton" name="btnInterceptOption">
185185
<Properties>
186186
<Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.editors2.IconEditor">
187-
<Image iconType="3" name="/yagura/resources/folder_bell.png"/>
187+
<Image iconType="3" name="/yagura/resources/folder_table.png"/>
188188
</Property>
189189
<Property name="toolTipText" type="java.lang.String" value=""/>
190190
<Property name="focusable" type="boolean" value="false"/>

src/main/java/yagura/view/BurpToolBar.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ public void actionPerformed(java.awt.event.ActionEvent evt) {
217217
toolBar.add(tglIntercept);
218218
tglIntercept.getAccessibleContext().setAccessibleDescription("");
219219

220-
btnInterceptOption.setIcon(new javax.swing.ImageIcon(getClass().getResource("/yagura/resources/folder_bell.png"))); // NOI18N
220+
btnInterceptOption.setIcon(new javax.swing.ImageIcon(getClass().getResource("/yagura/resources/folder_table.png"))); // NOI18N
221221
btnInterceptOption.setToolTipText("");
222222
btnInterceptOption.setFocusable(false);
223223
btnInterceptOption.setHorizontalTextPosition(javax.swing.SwingConstants.CENTER);
675 Bytes
Loading

0 commit comments

Comments
 (0)