File tree Expand file tree Collapse file tree 6 files changed +4
-4
lines changed
resources/yagura/resources Expand file tree Collapse file tree 6 files changed +4
-4
lines changed Original file line number Diff line number Diff 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'
Original file line number Diff line number Diff line change 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" />
Original file line number Diff line number Diff 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 );
You can’t perform that action at this time.
0 commit comments